scripting:api:bookmarks:count

Action unknown: addtobook

Count

Property of IBookmarks

Returns number of items in collection

Read-Only Property of type long

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