GraphBufferContentTypeChangedEventArgs.BeforeContentType 属性

获取更改前的 IContentType

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

语法

声明
Public ReadOnly Property BeforeContentType As IContentType
public IContentType BeforeContentType { get; }
public:
property IContentType^ BeforeContentType {
    IContentType^ get ();
}
member BeforeContentType : IContentType with get
function get BeforeContentType () : IContentType

属性值

类型:Microsoft.VisualStudio.Utilities.IContentType
更改前的 IContentType

.NET Framework 安全性

请参阅

参考

GraphBufferContentTypeChangedEventArgs 类

Microsoft.VisualStudio.Text.Projection 命名空间