Count

Property of IBaseViews

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = BaseViews.Count;

==== Visual Basic Script ====

nVal = BaseViews.Count

==== C++ ====

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

===== See Also ===== IBaseViews