 | LogicalNodeViewModelNodeEnvironment property |
List with all result objects of the subtree's predecessors.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic ObservableCollection<Result?> NodeEnvironment { get; }
Public ReadOnly Property NodeEnvironment As ObservableCollection(Of Result)
Get
public:
property ObservableCollection<Result^>^ NodeEnvironment {
ObservableCollection<Result^>^ get ();
}
member NodeEnvironment : ObservableCollection<Result> with get
Property value
ObservableCollectionResult
See also