XMLDocument Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class XMLDocument : MSXML::IXMLDocument2
[System.Runtime.InteropServices.CoClass(typeof(MSXML.XMLDocumentClass))]
[System.Runtime.InteropServices.Guid("2B8DE2FE-8D2D-11D1-B2FC-00C04FD915A9")]
public interface XMLDocument : MSXML.IXMLDocument2
[<System.Runtime.InteropServices.CoClass(typeof(MSXML.XMLDocumentClass))>]
[<System.Runtime.InteropServices.Guid("2B8DE2FE-8D2D-11D1-B2FC-00C04FD915A9")>]
type XMLDocument = interface
interface IXMLDocument2
Public Interface XMLDocument
Implements IXMLDocument2
- Attributes
- Implements
Properties
async | (Inherited from IXMLDocument2) |
charset | (Inherited from IXMLDocument2) |
doctype | (Inherited from IXMLDocument2) |
dtdURL | (Inherited from IXMLDocument2) |
fileModifiedDate | (Inherited from IXMLDocument2) |
fileSize | (Inherited from IXMLDocument2) |
fileUpdatedDate | (Inherited from IXMLDocument2) |
mimeType | (Inherited from IXMLDocument2) |
readyState | (Inherited from IXMLDocument2) |
root | (Inherited from IXMLDocument2) |
url | (Inherited from IXMLDocument2) |
version | (Inherited from IXMLDocument2) |
Methods
createElement(Object, Object) | (Inherited from IXMLDocument2) |