Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Remove all the references of a given tag.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static void DeleteAllReference(
this IElement element,
string name
)
public:
[ExtensionAttribute]
static void DeleteAllReference(
IElement^ element,
String^ name
)
static member DeleteAllReference :
element:IElement *
name:string -> unit
<ExtensionAttribute>
Public Shared Sub DeleteAllReference (
element As IElement,
name As String
)
Parameters
- element
Type: Microsoft.VisualStudio.Uml.Classes.IElement
- name
Type: System.String
See Also
UmlExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top