 | VishnuViewModelBaseVisualTreeCacheBreaker property |
Unique GlobalUniqueIdentifier.
Is assigned in the constructor and flows into the overwritten Equals method.
This ensures that after reloading parts of the LogicalTaskTree and restarting
Reload from previous states of the LogicalTaskTree Elements of the original LogicalTaskTree
cached VisualTree instead of the newly loaded elements in the
new VisualTree.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string VisualTreeCacheBreaker { get; }
Public ReadOnly Property VisualTreeCacheBreaker As String
Get
public:
property String^ VisualTreeCacheBreaker {
String^ get ();
}
member VisualTreeCacheBreaker : string with get
Property value
String
See also