InfoPathEditorWithAppDomain Interface

Définition

Ce type est le wrapper d’une interface COM implémentée par une coclasse qui est requise par le code managé pour l’interopérabilité COM. Pour accéder aux membres indiqués par cette interface, utilisez le type qui encapsule la coclasse qui implémente cette interface. Pour plus d’informations sur ce type, notamment sur l’utilisation, les remarques et les exemples, consultezInfoPathEditorObject .

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
Attributs

Méthodes

Load(String, Object, String)

Charge un fichier de formulaire (.xml) dans le contrôle représenté par l’objet InfoPathEditorWithAppDomain .

LoadFromStream(Object, Object, String)

Charge du code XML à partir d’un flux de fichier (System.IO.IStream) dans l’objet InfoPathEditorWithAppDomain .

NewFromSolution(String, Object, String)

Crée un formulaire basé sur un fichier de modèle de formulaire (.xsn).

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

Crée un formulaire basé sur le modèle de formulaire spécifié et les données contenues dans un flux XML.

S’applique à