Share via


ChangeTag(ChangeTypes) Constructor

Definition

Initializes a new instance of ChangeTag with the specified change type.

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)

Parameters

type
ChangeTypes

The type of change for the tag.

Applies to