UmlExtensions::GetRelatedLinks<T> Method (IElement^)

 

Gets relationships of a specified type from or to this element.

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

public:
generic<typename T>
where T : IRelationship
[ExtensionAttribute]
static IEnumerable<T>^ GetRelatedLinks(
	IElement^ element
)

Type Parameters

T

IRelationship or one of its subtypes.

Return to top
Show: