IProjectionBufferFactoryService.ProjectionContentType 属性

获取默认投影缓冲区的内容类型。

命名空间:  Microsoft.VisualStudio.Text.Projection
程序集:  Microsoft.VisualStudio.Text.Data(在 Microsoft.VisualStudio.Text.Data.dll 中)

语法

声明
ReadOnly Property ProjectionContentType As IContentType
IContentType ProjectionContentType { get; }
property IContentType^ ProjectionContentType {
    IContentType^ get ();
}
abstract ProjectionContentType : IContentType with get
function get ProjectionContentType () : IContentType

属性值

类型:Microsoft.VisualStudio.Utilities.IContentType
投影缓冲区的默认内容类型。

.NET Framework 安全性

请参阅

参考

IProjectionBufferFactoryService 接口

Microsoft.VisualStudio.Text.Projection 命名空间