Compartilhar via


Método IEditorOperations.Indent

Se houver que uma seleção de várias linhas recua a seleção, caso contrário, insere uma tabulação no local do cursor.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
Function Indent As Boolean
bool Indent()
bool Indent()
abstract Indent : unit -> bool
function Indent() : boolean

Valor de retorno

Tipo: Boolean
true Se a edição foi bem-sucedida, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IEditorOperations Interface

Namespace Microsoft.VisualStudio.Text.Operations