IVsTextMacroHelper.RecordSelectAll Method

Definition

Records action to select all.

public:
 int RecordSelectAll();
public:
 int RecordSelectAll();
int RecordSelectAll();
public int RecordSelectAll ();
abstract member RecordSelectAll : unit -> int
Public Function RecordSelectAll () 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::RecordSelectAll();  

Applies to