Condividi tramite


Metodo IAdornmentLayer.RemoveMatchingAdornments (Predicate<IAdornmentLayerElement>)

Rimuove tutte le aree di controllo corrispondenti.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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>
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IAdornmentLayer Interfaccia

Overload RemoveMatchingAdornments

Spazio dei nomi Microsoft.VisualStudio.Text.Editor