Compartir a través de


InfoPathEditor.XDocument Propiedad

Definición

Obtiene un XDocument objeto asociado al objeto hospedado InfoPathEditor .

public:
 property Microsoft::Office::Interop::InfoPath::XDocument ^ XDocument { Microsoft::Office::Interop::InfoPath::XDocument ^ get(); };
public Microsoft.Office.Interop.InfoPath.XDocument XDocument { get; }
member this.XDocument : Microsoft.Office.Interop.InfoPath.XDocument
Public ReadOnly Property XDocument As XDocument

Valor de propiedad

Objeto XDocument asociado al objeto hospedado InfoPathEditor .

Comentarios

El objeto XDocument devuelto se puede usar para acceder a los miembros del modelo de objetos de InfoPath y trabajar con ellos.

Para obtener más información sobre InfoPathEditor los objetos y FormControl , vea el artículo de MSDN Hospedaje del entorno de edición de formularios de InfoPath en una aplicación personalizada de Windows FormNovedades para desarrolladores de InfoPath.

Se aplica a