VBAutoCaseCorrector Class
Provides a Visual Basic
language auto case-correction service.
public class VBAutoCaseCorrector : AutoCaseCorrector, IAutoCorrector, IEditorDocumentTextChangeEventSink, IEditorViewSelectionChangeEventSink
- Inheritance:
- object AutoCorrectorBase AutoCaseCorrector object
Constructors
VBAutoCaseCorrector()
Initializes an instance of the class.
public VBAutoCaseCorrector()
Methods
GetCaseCorrectText(ITextSnapshot, IToken)
Returns the case-corrected text for the specified IToken.
protected override string GetCaseCorrectText(ITextSnapshot snapshot, IToken token)
Parameter | Type | Description |
---|---|---|
snapshot | ITextSnapshot | The source ITextSnapshot. |
token | IToken | The IToken to examine. |
Returns
Inherited Members
- AutoCaseCorrector.AutoCorrect(TextSnapshotRange)
- AutoCorrectorBase.OnDocumentTextChanged(SyntaxEditor, EditorSnapshotChangedEventArgs)
- AutoCorrectorBase.OnDocumentTextChanging(SyntaxEditor, EditorSnapshotChangingEventArgs)
- AutoCorrectorBase.OnViewSelectionChanged(IEditorView, EditorViewSelectionEventArgs)
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()