AssemblyNode.Namespaces Property
Gets the nodes representing the namespaces in the represented assembly.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property Namespaces As ObservableCollection(Of NamespaceNode)
public ObservableCollection<NamespaceNode> Namespaces { get; }
public:
property ObservableCollection<NamespaceNode^>^ Namespaces {
ObservableCollection<NamespaceNode^>^ get ();
}
public function get Namespaces () : ObservableCollection<NamespaceNode>
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace