Namespace: DeltaEngine.Editor.ContentManagerAssembly: DeltaEngine.Editor.ContentManager (in DeltaEngine.Editor.ContentManager.dll) Version: 1.1.1.0 (1.1.1)
public ObservableCollection<ContentIconAndName> ContentList { get; set; }
public ObservableCollection<ContentIconAndName> ContentList { get; set; }
Public Property ContentList As ObservableCollection(Of ContentIconAndName)
Get
Set
Public Property ContentList As ObservableCollection(Of ContentIconAndName)
Get
Set
public:
property ObservableCollection<ContentIconAndName^>^ ContentList {
ObservableCollection<ContentIconAndName^>^ get ();
void set (ObservableCollection<ContentIconAndName^>^ value);
}
public:
property ObservableCollection<ContentIconAndName^>^ ContentList {
ObservableCollection<ContentIconAndName^>^ get ();
void set (ObservableCollection<ContentIconAndName^>^ value);
}
member ContentList : ObservableCollection<ContentIconAndName> with get, set
member ContentList : ObservableCollection<ContentIconAndName> with get, set
Property Value
Type:
ObservableCollection ContentIconAndName