Share via


IVsToolboxClipboardCycler.BeginCycle Method

Definition

Forces the clipboard cycle to start at the top of the list.

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

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

If you do not call IVsToolboxClipboardCycler.BeginCycle, then the clipboard cycle begins with the last active clipboard item in the list.

Applies to