Поделиться через


IAdornmentLayer.RemoveAdornment - метод

Удаляет определенный элемент UIElement.

Пространство имен:  Microsoft.VisualStudio.Text.Editor
Сборка:  Microsoft.VisualStudio.Text.UI.Wpf (в Microsoft.VisualStudio.Text.UI.Wpf.dll)

Синтаксис

'Декларация
Sub RemoveAdornment ( _
    adornment As UIElement _
)
void RemoveAdornment(
    UIElement adornment
)
void RemoveAdornment(
    UIElement^ adornment
)
abstract RemoveAdornment : 
        adornment:UIElement -> unit
function RemoveAdornment(
    adornment : UIElement
)

Параметры

  • adornment
    Тип: UIElement

    Элемент UIElement для удаления.

Безопасность платформы .NET Framework

См. также

Ссылки

IAdornmentLayer Интерфейс

Microsoft.VisualStudio.Text.Editor - пространство имен