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)

public:
property ChangeTypes ChangeTypes {
	[CompilerGeneratedAttribute]
	ChangeTypes get();
	[CompilerGeneratedAttribute]
	private: void set(ChangeTypes value);
}

Property Value

Type: Microsoft.VisualStudio.Text.Document::ChangeTypes

The type of change for the tag.

Return to top
Show: