IVsTextMacroHelper.RecordTypeChars(String, Int32) Method

Definition

Records typing multiple characters.

public:
 int RecordTypeChars(System::String ^ pwszChars, int fIsOvertype);
public:
 int RecordTypeChars(Platform::String ^ pwszChars, int fIsOvertype);
int RecordTypeChars(std::wstring const & pwszChars, int fIsOvertype);
public int RecordTypeChars (string pwszChars, int fIsOvertype);
abstract member RecordTypeChars : string * int -> int
Public Function RecordTypeChars (pwszChars As String, fIsOvertype As Integer) As Integer

Parameters

pwszChars
String

The typed characters.

fIsOvertype
Int32

Flag indicating whether characters were typed over existing characters (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::RecordTypeChars(  
   LPCOLESTR pwszChars,  
   BOOL fIsOvertype  
);  

Applies to