Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets Elements owned by this element. Every element has one owner, except the root IModel.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IElement> OwnedElements { get; }
property IEnumerable<IElement^>^ OwnedElements {
IEnumerable<IElement^>^ get();
}
abstract OwnedElements : IEnumerable<IElement> with get
ReadOnly Property OwnedElements As IEnumerable(Of IElement)
Property Value
Type: System.Collections.Generic.IEnumerable<IElement>
See Also
IElement Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top