INamespace::OwnedMembers Property

 

Gets the elements that are defined within this Namespace.

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

property IEnumerable<INamedElement^>^ OwnedMembers {
	IEnumerable<INamedElement^>^ get();
}
Return to top
Show: