IVsTextMacroHelper.RecordIndentUnindent(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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);