Freigeben über


IVsTextMacroHelper.RecordTypeChars-Methode

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

Syntax

'Declaration
Function RecordTypeChars ( _
    pwszChars As String, _
    fIsOvertype As Integer _
) As Integer
int RecordTypeChars(
    string pwszChars,
    int fIsOvertype
)
int RecordTypeChars(
    String^ pwszChars, 
    int fIsOvertype
)
abstract RecordTypeChars : 
        pwszChars:string * 
        fIsOvertype:int -> int
function RecordTypeChars(
    pwszChars : String, 
    fIsOvertype : int
) : int

Parameter

  • pwszChars
    Typ: String

     

  • fIsOvertype
    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::RecordTypeChars(
   LPCOLESTR pwszChars,
   BOOL fIsOvertype
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextMacroHelper Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace