Compartilhar via


Método IAdornmentLayer.RemoveMatchingAdornments (Predicate<IAdornmentLayerElement>)

Remove todos os ornamentos correspondentes.

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

Sintaxe

'Declaração
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>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IAdornmentLayer Interface

Sobrecargas RemoveMatchingAdornments

Namespace Microsoft.VisualStudio.Text.Editor