IVsTextMacroHelper.RecordCopy Method

Definition

Records copy of the current selection to the clipboard.

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

Applies to