IVsToolboxClipboardCycler2.GetCountOfClipboardItems 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 GetCountOfClipboardItems(Microsoft::VisualStudio::Shell::Interop::IVsToolboxUser ^ pTarget, [Runtime::InteropServices::Out] System::UInt32 % pLength);
public int GetCountOfClipboardItems (Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser pTarget, out uint pLength);
abstract member GetCountOfClipboardItems : Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser * uint32 -> int
Public Function GetCountOfClipboardItems (pTarget As IVsToolboxUser, ByRef pLength As UInteger) As Integer
Parameters
- pTarget
- IVsToolboxUser
- pLength
- UInt32