Share via


IAssociation.EndTypes Property

Gets the types related by the Association.

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>

Property Value

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

.NET Framework Security

See Also

Reference

IAssociation Interface

Microsoft.VisualStudio.Uml.Classes Namespace