IAdornmentLayer::RemoveAdornmentsByTag Method (Object^)

 

Removes all UIElement objects associated with a particular tag.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

void RemoveAdornmentsByTag(
	Object^ tag
)

Parameters

tag
Type: System::Object^

The tag to use to remove the UI elements..

Return to top
Show: