Freigeben über


IVsTextMacroHelper.RecordTypeChar-Methode

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

Syntax

'Declaration
Function RecordTypeChar ( _
    wchChar As UShort, _
    fIsOvertype As Integer _
) As Integer
int RecordTypeChar(
    ushort wchChar,
    int fIsOvertype
)
int RecordTypeChar(
    unsigned short wchChar, 
    int fIsOvertype
)
abstract RecordTypeChar : 
        wchChar:uint16 * 
        fIsOvertype:int -> int
function RecordTypeChar(
    wchChar : ushort, 
    fIsOvertype : int
) : int

Parameter

  • wchChar
    Typ: UInt16

     

  • 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::RecordTypeChar(OLECHAR wchChar, BOOL fIsOvertype);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextMacroHelper Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace