NamespaceNode.Types Property
Gets the nodes representing the types in the represented namespace.
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 Types As ObservableCollection(Of TypeNode)
public ObservableCollection<TypeNode> Types { get; }
public:
property ObservableCollection<TypeNode^>^ Types {
ObservableCollection<TypeNode^>^ get ();
}
public function get Types () : ObservableCollection<TypeNode>
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace