IEditorOperations.MoveToPreviousCharacter 方法

将脱字号移至上一字符。

命名空间:  Microsoft.VisualStudio.Text.Operations
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
Sub MoveToPreviousCharacter ( _
    extendSelection As Boolean _
)
void MoveToPreviousCharacter(
    bool extendSelection
)
void MoveToPreviousCharacter(
    bool extendSelection
)
abstract MoveToPreviousCharacter : 
        extendSelection:bool -> unit
function MoveToPreviousCharacter(
    extendSelection : boolean
)

参数

  • extendSelection
    类型:Boolean

    如果为 true,则移动脱字号时扩展所选内容;如果为 false,则不扩展所选内容。

.NET Framework 安全性

请参阅

参考

IEditorOperations 接口

Microsoft.VisualStudio.Text.Operations 命名空间