共用方式為


IAssociation.EndTypes 屬性

取得依關聯性相關的型別。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.IEnumerable<IType>

.NET Framework 安全性

請參閱

參考

IAssociation 介面

Microsoft.VisualStudio.Uml.Classes 命名空間