ChangeTag.ChangeTypes Property

Definition

Gets the type of change for the tag.

public:
 property Microsoft::VisualStudio::Text::Document::ChangeTypes ChangeTypes { Microsoft::VisualStudio::Text::Document::ChangeTypes get(); };
public:
 property Microsoft::VisualStudio::Text::Document::ChangeTypes ChangeTypes { Microsoft::VisualStudio::Text::Document::ChangeTypes get(); };
public Microsoft.VisualStudio.Text.Document.ChangeTypes ChangeTypes { get; }
member this.ChangeTypes : Microsoft.VisualStudio.Text.Document.ChangeTypes
Public ReadOnly Property ChangeTypes As ChangeTypes

Property Value

The type of change for the tag.

Applies to