Share via


ITextBuffer.ContentType 속성

버퍼의 텍스트 콘텐츠 형식을 가져옵니다.

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

구문

‘선언
ReadOnly Property ContentType As IContentType
IContentType ContentType { get; }
property IContentType^ ContentType {
    IContentType^ get ();
}
abstract ContentType : IContentType with get
function get ContentType () : IContentType

속성 값

형식: Microsoft.VisualStudio.Utilities.IContentType
텍스트 버퍼에서의 콘텐츠 형식입니다.

.NET Framework 보안

참고 항목

참조

ITextBuffer 인터페이스

Microsoft.VisualStudio.Text 네임스페이스