IVsTextMacroHelper.RecordIndentUnindent(Int32) Метод

Определение

Записывает действие отступа или отменить отступ.

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

Параметры

fIndent
Int32

Флаг, указывающий отступ (true) или Unindent (false).

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

Подпись COM

Из текстмгр. IDL:

HRESULT IVsTextMacroHelper::RecordIndentUnindent(BOOL fIndent);  

Применяется к