Freigeben über


IAssociation.EndTypes-Eigenschaft

Ruft die Typen ab, die durch die Zuordnung verknüpft sind.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IAssociation Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace