Поделиться через


IVsTextMacroHelper.RecordIndentUnindent - метод

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Function RecordIndentUnindent ( _
    fIndent As Integer _
) As Integer
int RecordIndentUnindent(
    int fIndent
)
int RecordIndentUnindent(
    int fIndent
)
abstract RecordIndentUnindent : 
        fIndent:int -> int
function RecordIndentUnindent(
    fIndent : int
) : int

Параметры

  • fIndent
    Тип: Int32

     

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

Тип: Int32
Если метод завершается успешно, возвращается S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

Модель COM подписи

Из textmgr.idl:

HRESULT IVsTextMacroHelper::RecordIndentUnindent(BOOL fIndent);

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextMacroHelper Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен