Share via


length Property (XMLSchemaCache/IXMLSchemaCollection) (Windows Embedded CE 6.0)

1/6/2010

Returns the number of namespaces currently in the collection.

Script Syntax

            lValue = objXMLDOMSchemaCollection.length;

Remarks

Ee503527.collapse(en-US,WinEmbedded.60).gifScript Parameters

None.

Ee503527.collapse(en-US,WinEmbedded.60).gifScript Return Value

Long integer. The number of namespaces in the collection.

Ee503527.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT length(
  long* length
);

Remarks

Ee503527.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

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

Ee503527.collapse(en-US,WinEmbedded.60).gifC/C++ Return Values

  • S_OK
    Value returned if successful.

Ee503527.collapse(en-US,WinEmbedded.60).gifRequirements

Header msxml2.h, msxml2.idl
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

This property is read-only, and applies to the following objects and interfaces:

XMLSchemaCache/IXMLDOMSchemaCollection

See Also

Reference

XML DOM Properties