INamespace::OwnedMembers Property
Visual Studio 2015
Gets the elements that are defined within this Namespace.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<INamedElement^>^ OwnedMembers {
IEnumerable<INamedElement^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<INamedElement^>^
Show: