다음을 통해 공유


IntraTextAdornmentTag.Adornment 속성

태그 위치에 표시할 장식을 가져옵니다. nullNull 참조(Visual Basic의 경우 Nothing)이 아니어야 합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Public Property Adornment As UIElement
public UIElement Adornment { get; private set; }
public:
property UIElement^ Adornment {
    UIElement^ get ();
    private: void set (UIElement^ value);
}
member Adornment : UIElement with get, private set
function get Adornment () : UIElement 
private function set Adornment (value : UIElement)

속성 값

형식: UIElement
태그의 위치에 표시 하는 장식 합니다.nullNull 참조(Visual Basic의 경우 Nothing)이 아니어야 합니다.

설명

이 장식 보기에 추가 됩니다. Windows Presentation Foundation (WPF) 요소 시각적 트리의 한 위치에만 부모로 사용할 수 있습니다. 이 장식의 인스턴스를 WPF 사용자 인터페이스 (UI)의 다른 부분을 추가 하지 마십시오.

.NET Framework 보안

참고 항목

참조

IntraTextAdornmentTag 클래스

Microsoft.VisualStudio.Text.Editor 네임스페이스