Freigeben über


IVsTextMacroHelper.RecordTabifyUntabify-Methode

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function RecordTabifyUntabify ( _
    fTabify As Integer _
) As Integer
int RecordTabifyUntabify(
    int fTabify
)
int RecordTabifyUntabify(
    int fTabify
)
abstract RecordTabifyUntabify : 
        fTabify:int -> int
function RecordTabifyUntabify(
    fTabify : int
) : int

Parameter

  • fTabify
    Typ: Int32

     

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsTextMacroHelper::RecordTabifyUntabify(
   BOOL fTabify
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextMacroHelper Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace