Condividi tramite


Metodo IVsTextMacroHelper.RecordTypeChar

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

Sintassi

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

Parametri

  • wchChar
    Tipo: UInt16

     

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextMacroHelper Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop