IVsTextMacroHelper.RecordDelete(Int32, UInt32) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Records delete action.
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
	Parameters
- fLeft
 - Int32
 
Flag indicating whether there are repetitions left.
- uiReps
 - UInt32
 
The number of repetitions.
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::RecordDelete(  
   BOOL fLeft,  
   UINT uiReps  
);