Count

Property of IBookmarks

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Bookmarks.Count;

Visual Basic Script

nVal = Bookmarks.Count

C++

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

See Also

IBookmarks