IVsTextMacroHelper.RecordDelete(Int32, UInt32) Yöntem

Tanım

Kayıtları silme eylemi.

public:
 int RecordDelete(int fLeft, System::UInt32 uiReps);
public:
 int RecordDelete(int fLeft, unsigned int uiReps);
int RecordDelete(int fLeft, unsigned int uiReps);
public int RecordDelete (int fLeft, uint uiReps);
abstract member RecordDelete : int * uint32 -> int
Public Function RecordDelete (fLeft As Integer, uiReps As UInteger) As Integer

Parametreler

fLeft
Int32

Bir tekrarları olup olmadığını belirten bayrak.

uiReps
UInt32

Tekrarlamaların sayısı.

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::RecordDelete(  
   BOOL fLeft,  
   UINT uiReps  
);  

Şunlara uygulanır