IVsTextMacroHelper.RecordDelete(Int32, UInt32) Método

Definição

Registra a ação de exclusão.

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

Parâmetros

fLeft
Int32

Sinalizador que indica se há repetições restantes.

uiReps
UInt32

O número de repetições.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textmgr. idl:

HRESULT IVsTextMacroHelper::RecordDelete(  
   BOOL fLeft,  
   UINT uiReps  
);  

Aplica-se a