다음을 통해 공유


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 네임스페이스