IVsToolboxClipboardCycler2.GetAndSelectNextDataObject 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.
public:
int GetAndSelectNextDataObject(Microsoft::VisualStudio::Shell::Interop::IVsToolboxUser ^ pTarget, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IDataObject ^ % ppDO);
public int GetAndSelectNextDataObject (Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser pTarget, out Microsoft.VisualStudio.OLE.Interop.IDataObject ppDO);
abstract member GetAndSelectNextDataObject : Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser * IDataObject -> int
Public Function GetAndSelectNextDataObject (pTarget As IVsToolboxUser, ByRef ppDO As IDataObject) As Integer
Parameters
- pTarget
- IVsToolboxUser
- ppDO
- IDataObject