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.
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
- classifier
Type: Microsoft.VisualStudio.Uml.Classes.IClassifier
Return Value
Type: System.Collections.Generic.IEnumerable<IProperty>
See Also
ClassifierExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top