nedcomp hosting homepage

Producten en Diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

Microsoft XML Core Services (MSXML) 4.0 - DOM Reference

length Property (XMLSchemaCache/IXMLSchemaCollection)

Returns the number of namespaces currently in the collection.

Note   The namespaces collection only includes namespaces explicitly declared as attribute values using the xmlns attribute. If a namespace is not explicitly used in an XML document when it loads into the DOM, it will not be added to the collection.
[Script]

Script Syntax

lValue = objXMLDOMSchemaCollection.length;
[Visual Basic]

Visual Basic Syntax

lValue = objXMLDOMSchemaCollection.length
[C/C++]

C/C++ Syntax

HRESULT length(long * length);

Parameters

length [out, retval]
The number of namespaces in the collection.

C/C++ Return Values

S_OK
The value returned if successful.

Remarks

Long integer. The property is read-only.

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

See Also

Applies to: IXMLSchemaCollection/XMLSchemaCache


Download de SDK