 | JobGroupViewModelFlatNodeViewModelList Eigenschaft |
ItemsSource für eine einfache Auflistung von Endknoten des Trees.
Namensraum: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+ee7c41c506aa3699a01882f3f94d3758366d0e67
Syntaxpublic ObservableCollection<LogicalNodeViewModel> FlatNodeViewModelList { get; }Public ReadOnly Property FlatNodeViewModelList As ObservableCollection(Of LogicalNodeViewModel)
Get
public:
property ObservableCollection<LogicalNodeViewModel^>^ FlatNodeViewModelList {
ObservableCollection<LogicalNodeViewModel^>^ get ();
}member FlatNodeViewModelList : ObservableCollection<LogicalNodeViewModel> with get
Eigenschaftswert
ObservableCollectionLogicalNodeViewModel
Siehe auch