ChangeTag(ChangeTypes) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.