Partager via


IAdornmentLayer.RemoveAdornment, méthode

Supprime un élément UIElement spécifique.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

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

Paramètres

  • adornment
    Type : UIElement

    Élément UIElement à supprimer.

Sécurité .NET Framework

Voir aussi

Référence

IAdornmentLayer Interface

Microsoft.VisualStudio.Text.Editor, espace de noms