IAdornmentLayer::RemoveMatchingAdornments Method (Predicate<IAdornmentLayerElement^>^)

 

Removes all matching adornments.

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

void RemoveMatchingAdornments(
	Predicate<IAdornmentLayerElement^>^ match
)

Parameters

match
Type: System::Predicate<IAdornmentLayerElement^>^

The predicate that will be called for each adornment

Return to top
Show: