Condividi tramite


Metodo IAdornmentLayer.RemoveAdornment

Rimuove un oggetto specifico UIElement.

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

Sintassi

'Dichiarazione
Sub RemoveAdornment ( _
    adornment As UIElement _
)
void RemoveAdornment(
    UIElement adornment
)
void RemoveAdornment(
    UIElement^ adornment
)
abstract RemoveAdornment : 
        adornment:UIElement -> unit
function RemoveAdornment(
    adornment : UIElement
)

Parametri

  • adornment
    Tipo: UIElement

    UIElement per rimuovere.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IAdornmentLayer Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor