TypeBrowserViewModel.AssemblyGroups Property
Gets the collection of assembly groups.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Property AssemblyGroups As ObservableCollection(Of AssemblyGroupNode)
public ObservableCollection<AssemblyGroupNode> AssemblyGroups { get; private set; }
public:
property ObservableCollection<AssemblyGroupNode^>^ AssemblyGroups {
ObservableCollection<AssemblyGroupNode^>^ get ();
void set (ObservableCollection<AssemblyGroupNode^>^ value);
}
public function get AssemblyGroups () : ObservableCollection<AssemblyGroupNode>
public function set AssemblyGroups (value : ObservableCollection<AssemblyGroupNode>)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace