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

 

Gets elements related to this element by relationships of the specified type.

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<IElement^>^ GetRelatedElements(
	IElement^ element
)

Type Parameters

T

IRelationship or one of its subtypes.

Return to top
Show: