IVsTextMacroHelper.RecordDeleteSpace(Int32) 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 of space.
public:
int RecordDeleteSpace(int fVertical);
public:
int RecordDeleteSpace(int fVertical);
int RecordDeleteSpace(int fVertical);
public int RecordDeleteSpace (int fVertical);
abstract member RecordDeleteSpace : int -> int
Public Function RecordDeleteSpace (fVertical As Integer) As Integer
Parameters
- fVertical
- Int32
Flag indicating if the space is vertical (true).
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::RecordDeleteSpace(
BOOL fVertical
);