scripting:api:clipboard-items:count

Count

Property of IClipboardItems

Returns number of items in collection

Read-Only Property of type long

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