Count

Property of IClipboardItems

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = ClipboardItems.Count;

==== Visual Basic Script ====

nVal = ClipboardItems.Count

==== C++ ====

long nVal;
HRESULT hr = ClipboardItems.get_Count(&nVal);

===== See Also ===== IClipboardItems