 | LogicalTaskTreeViewModelInfoSource Eigenschaft |
ItemsSource für optionale Zusatz-Infos zum Tree.
Namensraum: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntaxpublic ObservableCollection<string> InfoSource { get; }
Public ReadOnly Property InfoSource As ObservableCollection(Of String)
Get
public:
property ObservableCollection<String^>^ InfoSource {
ObservableCollection<String^>^ get ();
}
member InfoSource : ObservableCollection<string> with get
Eigenschaftswert
ObservableCollectionString
Siehe auch