UmlExtensions::GetReferences Method (IElement^, String^)

 

Get the IReferences of a given tag that are associated with this element.

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

public:
[ExtensionAttribute]
static IEnumerable<IReference^>^ GetReferences(
	IElement^ element,
	String^ name
)

Parameters

element
Type: Microsoft.VisualStudio.Uml.Classes::IElement^

name
Type: System::String^

Tag name of the IReferences to get.

Return to top
Show: