RedoCommandArgs(ITextView, ITextBuffer, Int32) 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.
public RedoCommandArgs (Microsoft.VisualStudio.Text.Editor.ITextView textView, Microsoft.VisualStudio.Text.ITextBuffer subjectBuffer, int count = 1);
new Microsoft.VisualStudio.Text.Editor.Commanding.Commands.RedoCommandArgs : Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Text.ITextBuffer * int -> Microsoft.VisualStudio.Text.Editor.Commanding.Commands.RedoCommandArgs
Public Sub New (textView As ITextView, subjectBuffer As ITextBuffer, Optional count As Integer = 1)
Parameters
- textView
- ITextView
- subjectBuffer
- ITextBuffer
- count
- Int32