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
'Declaration
ReadOnly Property OwnedElements As IEnumerable(Of IElement)
Get
IEnumerable<IElement> OwnedElements { get; }
property IEnumerable<IElement^>^ OwnedElements {
IEnumerable<IElement^>^ get ();
}
abstract OwnedElements : IEnumerable<IElement>
function get OwnedElements () : IEnumerable<IElement>
Property Value
Type: System.Collections.Generic.IEnumerable<IElement>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.