Share via


ClassifierExtensions.GetOutgoingAssociationEnds Method (IClassifier)

 

The opposite ends of the associations that are linked to this classifier. From the association ends, you can get the linked classifier and its type.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

public static IEnumerable<IProperty> GetOutgoingAssociationEnds(
    this IClassifier classifier
)
public:
[ExtensionAttribute]
static IEnumerable<IProperty^>^ GetOutgoingAssociationEnds(
    IClassifier^ classifier
)
static member GetOutgoingAssociationEnds : 
        classifier:IClassifier -> IEnumerable<IProperty>
<ExtensionAttribute>
Public Shared Function GetOutgoingAssociationEnds (
    classifier As IClassifier
) As IEnumerable(Of IProperty)

Parameters

Return Value

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

See Also

ClassifierExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top