ChangeTag(ChangeTypes) 构造函数

定义

ChangeTag使用指定的更改类型初始化的新实例。

public:
 ChangeTag(Microsoft::VisualStudio::Text::Document::ChangeTypes type);
public:
 ChangeTag(Microsoft::VisualStudio::Text::Document::ChangeTypes type);
 ChangeTag(Microsoft::VisualStudio::Text::Document::ChangeTypes type);
public ChangeTag (Microsoft.VisualStudio.Text.Document.ChangeTypes type);
new Microsoft.VisualStudio.Text.Document.ChangeTag : Microsoft.VisualStudio.Text.Document.ChangeTypes -> Microsoft.VisualStudio.Text.Document.ChangeTag
Public Sub New (type As ChangeTypes)

参数

type
ChangeTypes

标记的更改类型。

适用于