This topic has not yet been rated - Rate this topic

UmlExtensions.DeleteAllReference Method

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)
public static void DeleteAllReference(
	this IElement element,
	string name
)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.