ChangeTag::ChangeTypes Property
Visual Studio 2015
Gets the type of change for the tag.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: property ChangeTypes ChangeTypes { [CompilerGeneratedAttribute] ChangeTypes get(); [CompilerGeneratedAttribute] private: void set(ChangeTypes value); }
Property Value
Type: Microsoft.VisualStudio.Text.Document::ChangeTypesThe type of change for the tag.
Show: