IAdornmentLayer::RemoveAdornment Method (UIElement^)

 

Removes a specific UIElement.

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

void RemoveAdornment(
	UIElement^ adornment
)

Parameters

adornment
Type: System.Windows::UIElement^

UIElement to remove.

Return to top
Show: