IVsToolboxClipboardCycler.BeginCycle 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.
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.