Compartilhar via


InfoPathEditorWithAppDomain Interface

Definição

This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. Para obter informações sobre esse tipo, incluindo uso, observações e exemplos, consulteInfoPathEditorObject.

public interface class InfoPathEditorWithAppDomain
[System.Runtime.InteropServices.Guid("096CD774-0786-11D1-95FA-0080C78EE3BB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface InfoPathEditorWithAppDomain
type InfoPathEditorWithAppDomain = interface
Public Interface InfoPathEditorWithAppDomain
Atributos

Métodos

Load(String, Object, String)

Carrega um arquivo de formulário (.xml) no controle representado pelo InfoPathEditorWithAppDomain objeto.

LoadFromStream(Object, Object, String)

Carrega XML de um fluxo de arquivos (System.IO.IStream) no InfoPathEditorWithAppDomain objeto.

NewFromSolution(String, Object, String)

Cria um novo formulário com base em um arquivo de modelo de formulário (.xsn).

NewFromSolutionWithData(String, Object, Int32, Object, String)

Cria um novo formulário com base no modelo de formulário especificado e nos dados contidos em um fluxo XML.

Aplica-se a