 | 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+d75bac576d44afb64cfff79fd3665c8ca1172cbc
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