Condividi tramite


Metodo IVsTextMacroHelper.RecordIndentUnindent

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

  • fIndent
    Tipo: Int32

     

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsTextMacroHelper::RecordIndentUnindent(BOOL fIndent);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextMacroHelper Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop