IVsTextMacroHelper.RecordTypeChar(UInt16, Int32) Method

Definition

Records typing a character.

public:
 int RecordTypeChar(System::UInt16 wchChar, int fIsOvertype);
public:
 int RecordTypeChar(unsigned short wchChar, int fIsOvertype);
int RecordTypeChar(unsigned short wchChar, int fIsOvertype);
public int RecordTypeChar (ushort wchChar, int fIsOvertype);
abstract member RecordTypeChar : uint16 * int -> int
Public Function RecordTypeChar (wchChar As UShort, fIsOvertype As Integer) As Integer

Parameters

wchChar
UInt16

The typed character.

fIsOvertype
Int32

Flag indicating whether character was typed over an existing character (true) or inserted (false).

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextMacroHelper::RecordTypeChar(OLECHAR wchChar, BOOL fIsOvertype);  

Applies to