Share via


ChangeTag Constructor

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)

Syntax

'Declaration
Public Sub New ( _
    type As ChangeTypes _
)
public ChangeTag(
    ChangeTypes type
)
public:
ChangeTag(
    ChangeTypes type
)
new : 
        type:ChangeTypes -> ChangeTag
public function ChangeTag(
    type : ChangeTypes
)

Parameters

.NET Framework Security

See Also

Reference

ChangeTag Class

Microsoft.VisualStudio.Text.Document Namespace