length Property

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Reference

length Property

Returns a long integer that indicates the number of items in the collection.

[Script]

Implementation Syntax

var lngLength = oISchemaStringCollection.length;

Parameters

None.

Return Values

lngLength
A long integer. The number of items in the schema string collection.
[Visual Basic]

Implementation Syntax

lngLength = oISchemaStringCollection.length

Parameters

None.

Return Values

lngLength
A long integer. The number of items in the schema string collection.
[C/C++]

Implementation 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.

To view reference information for Visual Basic or C/C++ only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

ISchemaStringCollection item Method

Applies to: ISchemaStringCollection Interface