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;
nVal = UrlHandlers.Count
long nVal;
HRESULT hr = UrlHandlers.get_Count(&nVal);