Share via


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)

Syntax

'Declaration
Sub RemoveMatchingAdornments ( _
    match As Predicate(Of IAdornmentLayerElement) _
)
void RemoveMatchingAdornments(
    Predicate<IAdornmentLayerElement> match
)
void RemoveMatchingAdornments(
    Predicate<IAdornmentLayerElement^>^ match
)
abstract RemoveMatchingAdornments : 
        match:Predicate<IAdornmentLayerElement> -> unit
function RemoveMatchingAdornments(
    match : Predicate<IAdornmentLayerElement>
)

Parameters

.NET Framework Security

See Also

Reference

IAdornmentLayer Interface

RemoveMatchingAdornments Overload

Microsoft.VisualStudio.Text.Editor Namespace