Freigeben über


IAssociation.OwnedEnds-Eigenschaft

Ruft die Eigenschaften ab, die im Besitz der Zuordnung selbst sind.

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

Syntax

'Declaration
ReadOnly Property OwnedEnds As IEnumerable(Of IProperty)
    Get
IEnumerable<IProperty> OwnedEnds { get; }
property IEnumerable<IProperty^>^ OwnedEnds {
    IEnumerable<IProperty^>^ get ();
}
abstract OwnedEnds : IEnumerable<IProperty>
function get OwnedEnds () : IEnumerable<IProperty>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<IProperty>

.NET Framework-Sicherheit

Siehe auch

Referenz

IAssociation Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace