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
'宣言
Public Sub New ( _
type As ChangeTypes _
)
public ChangeTag(
ChangeTypes type
)
public:
ChangeTag(
ChangeTypes type
)
new :
type:ChangeTypes -> ChangeTag
public function ChangeTag(
type : ChangeTypes
)
Parameters
- type
Type: Microsoft.VisualStudio.Text.Document.ChangeTypes
The type of change for the tag.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.