ClassifierExtensions::GetOutgoingAssociationEnds Method (IClassifier^)
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
public: [ExtensionAttribute] static IEnumerable<IProperty^>^ GetOutgoingAssociationEnds( IClassifier^ classifier )
Parameters
- classifier
- Type: Microsoft.VisualStudio.Uml.Classes::IClassifier^
Return Value
Type: System.Collections.Generic::IEnumerable<IProperty^>^
Show: