Returns the IXMLDOMDocument interface corresponding to the project file.

Type Info:

XMLDOMDocument As IXMLDOMDocument
Example:
Dim ProjFile As ProjectFile
Dim DOMNode As IXMLDOMDocument2

Set ProjFile = Application.ActiveProjectFile
Set DOMNode = ProjFile.XMLDOMDocument
Remarks: Read-only property.

See also:

Class ProjectFile

Last Updated: 04/27/05