ChangeTag.ChangeTypes 属性

获取标记的更改类型。

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

语法

声明
Public Property ChangeTypes As ChangeTypes
public ChangeTypes ChangeTypes { get; private set; }
public:
property ChangeTypes ChangeTypes {
    ChangeTypes get ();
    private: void set (ChangeTypes value);
}
member ChangeTypes : ChangeTypes with get, private set
function get ChangeTypes () : ChangeTypes 
private function set ChangeTypes (value : ChangeTypes)

属性值

类型:Microsoft.VisualStudio.Text.Document.ChangeTypes
标记的更改类型。

.NET Framework 安全性

请参阅

参考

ChangeTag 类

Microsoft.VisualStudio.Text.Document 命名空间