IVsTextMacroHelper.RecordFormatSelection Method

Definition

Records format selection.

public:
 int RecordFormatSelection();
public:
 int RecordFormatSelection();
int RecordFormatSelection();
public int RecordFormatSelection ();
abstract member RecordFormatSelection : unit -> int
Public Function RecordFormatSelection () As Integer

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::RecordFormatSelection();  

Applies to