Condividi tramite


Proprietà IAssociation.EndTypes

Ottiene tipi collegati dall'associazione.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IAssociation Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes