XmlDocument.Implementation Property
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.
Gets the Implementation object for the document.
public:
property XmlDomImplementation ^ Implementation { XmlDomImplementation ^ get(); };
XmlDomImplementation Implementation();
public XmlDomImplementation Implementation { get; }
var xmlDomImplementation = xmlDocument.implementation;
Public ReadOnly Property Implementation As XmlDomImplementation
Property Value
The Implementation object for the document.