Freigeben über


IAssociation.NavigableOwnedEnds-Eigenschaft

Ruft die Enden im Besitz ab, die navigierbar sind.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IAssociation Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace