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)
Syntax
public static IEnumerable<IReference> GetReferences(
this IElement element,
string name
)
public:
[ExtensionAttribute]
static IEnumerable<IReference^>^ GetReferences(
IElement^ element,
String^ name
)
static member GetReferences :
element:IElement *
name:string -> IEnumerable<IReference>
<ExtensionAttribute>
Public Shared Function GetReferences (
element As IElement,
name As String
) As IEnumerable(Of IReference)
Parameters
- element
Type: Microsoft.VisualStudio.Uml.Classes.IElement
name
Type: System.StringTag name of the IReferences to get.
Return Value
Type: System.Collections.Generic.IEnumerable<IReference>
See Also
UmlExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top