ChangeTypeAttribute(ChangeTypes) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.