IVsTextMacroHelper.RecordIndentUnindent(Int32) Método

Definição

Registra a ação de recuar ou retirar o recuo.

public:
 int RecordIndentUnindent(int fIndent);
public:
 int RecordIndentUnindent(int fIndent);
int RecordIndentUnindent(int fIndent);
public int RecordIndentUnindent (int fIndent);
abstract member RecordIndentUnindent : int -> int
Public Function RecordIndentUnindent (fIndent As Integer) As Integer

Parâmetros

fIndent
Int32

Sinalizador indicando recuo (verdadeiro) ou remover recuo (falso).

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textmgr. idl:

HRESULT IVsTextMacroHelper::RecordIndentUnindent(BOOL fIndent);  

Aplica-se a