Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the types related by the Association.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IType> EndTypes { get; }
property IEnumerable<IType^>^ EndTypes {
IEnumerable<IType^>^ get();
}
abstract EndTypes : IEnumerable<IType> with get
ReadOnly Property EndTypes As IEnumerable(Of IType)
Property Value
Type: System.Collections.Generic.IEnumerable<IType>
See Also
IAssociation Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top