IVsTextMacroHelper.RecordTypeChar(UInt16, Int32) Yöntem

Tanım

Bir karakter yazarak kayıtlar.

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

Parametreler

wchChar
UInt16

Yazılan karakter.

fIsOvertype
Int32

Karakterin varolan bir karakter üzerine mi (true) yoksa mi (false) ekleneceğini belirten bayrak.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Textmgr. IDL dosyasından:

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

Şunlara uygulanır