다음을 통해 공유


TextMarkerTag.Type 속성

사용할 장식의 형식을 가져옵니다.

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

구문

‘선언
Public Property Type As String
public string Type { get; private set; }
public:
virtual property String^ Type {
    String^ get () sealed;
    private: void set (String^ value) sealed;
}
abstract Type : string with get, private set 
override Type : string with get, private set
final function get Type () : String 
private final function set Type (value : String)

속성 값

형식: String
사용 하는 장식의 형식입니다.

구현

ITextMarkerTag.Type

.NET Framework 보안

참고 항목

참조

TextMarkerTag 클래스

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