ChangeTag Constructor (ChangeTypes)

 

Initializes a new instance of ChangeTag with the specified change type.

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

public:
ChangeTag(
	ChangeTypes type
)

Parameters

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

The type of change for the tag.

Return to top
Show: