MoveLastCaretDownCommandArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此命令引用使用中定义的最后一个辅助插入符号的笔势, RemoveLastSecondaryCaretCommandArgs 并将其移动到添加插入符号的位置 InsertNextMatchingCaretCommandArgs 。 仅当已有多个插入符号时,此命令才可用。
public ref class MoveLastCaretDownCommandArgs sealed : Microsoft::VisualStudio::Text::Editor::Commanding::EditorCommandArgs
public sealed class MoveLastCaretDownCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.EditorCommandArgs
type MoveLastCaretDownCommandArgs = class
inherit EditorCommandArgs
Public NotInheritable Class MoveLastCaretDownCommandArgs
Inherits EditorCommandArgs
- 继承
构造函数
| MoveLastCaretDownCommandArgs(ITextView, ITextBuffer) |
属性
| SubjectBuffer |
要在其上执行命令的主题缓冲区。 (继承自 EditorCommandArgs) |
| TextView |
ITextView要对其执行命令的。 (继承自 EditorCommandArgs) |