Freigeben über


ChangeTypeAttribute(ChangeTypes) Constructor

Definition

Creates new instance of the ChangeTypeAttribute.

public ChangeTypeAttribute (Microsoft.VisualStudio.Text.Document.ChangeTypes changeType);
new Microsoft.VisualStudio.Text.Logic.TextModel.ChangeTypeAttribute : Microsoft.VisualStudio.Text.Document.ChangeTypes -> Microsoft.VisualStudio.Text.Logic.TextModel.ChangeTypeAttribute
Public Sub New (changeType As ChangeTypes)

Parameters

changeType
ChangeTypes

ChangeTypes value declared by this attribute.

Applies to