UmlExtensions::GetReferences Method (IElement^, String^)
Visual Studio 2015
Get the IReferences of a given tag that are associated with this element.
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 Value
Type: System.Collections.Generic::IEnumerable<IReference^>^
Show: