INamespace.Members Property

 

Gets the elements that are part of this Namespace.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IEnumerable<INamedElement> Members { get; }
property IEnumerable<INamedElement^>^ Members {
    IEnumerable<INamedElement^>^ get();
}
abstract Members : IEnumerable<INamedElement> with get
ReadOnly Property Members As IEnumerable(Of INamedElement)

Property Value

Type: System.Collections.Generic.IEnumerable<INamedElement>

See Also

INamespace Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top