scripting:api:url-handlers:count

Count

Property of IUrlHandlers

Returns number of items in collection

Read-Only Property of type long

var nVal = UrlHandlers.Count;

==== Visual Basic Script ====

nVal = UrlHandlers.Count

==== C++ ====

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

===== See Also ===== IUrlHandlers