Compartir a través de


XmlDocument.Implementation Propiedad

Definición

Obtiene el objeto Implementation del documento.

public:
 property XmlDomImplementation ^ Implementation { XmlDomImplementation ^ get(); };
XmlDomImplementation Implementation();
public XmlDomImplementation Implementation { get; }
var xmlDomImplementation = xmlDocument.implementation;
Public ReadOnly Property Implementation As XmlDomImplementation

Valor de propiedad

Objeto Implementation del documento.

Se aplica a