length Property (ISchemaStringCollection)
[This feature was only implemented for MSXML 6.0.]
Returns a long integer that indicates the number of items in the collection.
JScript Syntax
var lngLength = oISchemaStringCollection.length;
Parameters
None.
Return Values
lngLength
A long integer. The number of items in the schema string collection.
Visual Basic Syntax
lngLength = oISchemaStringCollection.length
Parameters
None.
Return Values
lngLength
A long integer. The number of items in the schema string collection.
C/C++ Syntax
HRESULT get_length(long* length);
Parameters
length[out,retval]
A long integer. The number of strings in the collection.
Return Values
S_OK
The value returned if successful.
E_FAIL
The value returned if length
is NULL.
Versioning
Implemented in: MSXML 6.0
Applies to
ISchemaStringCollection Interface