Count

Property of IScopes

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Scopes.Count;

Visual Basic Script

nVal = Scopes.Count

C++

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

See Also

IScopes