Gets the number of items contained in the collection.
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);
var value; // Type: number
value = instance.get_Count();
function get_Count() : number;
Return Value
Number of items contained in the collection.