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)

public:
[ExtensionAttribute]
static IEnumerable<IProperty^>^ GetOutgoingAssociationEnds(
	IClassifier^ classifier
)
Return to top
Show: