Share via


readyState Property (DOMDocument)

Indicates the current state of the XML document.

lValue = oXMLDOMDocument.readyState;

HRESULT get_readyState(
  long* value
);

General Remarks

This member is an extension of the World Wide Web Consortium (W3C) Document Object Model (DOM).

This property applies to the following interface:

DOMDocument.

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.