Compartilhar via


Método IAdornmentLayer.RemoveAdornment

Remove um específico UIElement.

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

Sintaxe

'Declaração
Sub RemoveAdornment ( _
    adornment As UIElement _
)
void RemoveAdornment(
    UIElement adornment
)
void RemoveAdornment(
    UIElement^ adornment
)
abstract RemoveAdornment : 
        adornment:UIElement -> unit
function RemoveAdornment(
    adornment : UIElement
)

Parâmetros

  • adornment
    Tipo: UIElement

    UIElementPara remover.

Segurança do .NET Framework

Consulte também

Referência

IAdornmentLayer Interface

Namespace Microsoft.VisualStudio.Text.Editor