Share via


ChangeTag.ChangeTypes Property

Gets the type of change for the tag.

Namespace:  Microsoft.VisualStudio.Text.Document
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
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)

Property Value

Type: Microsoft.VisualStudio.Text.Document.ChangeTypes
The type of change for the tag.

.NET Framework Security

See Also

Reference

ChangeTag Class

Microsoft.VisualStudio.Text.Document Namespace