InfoPathEditorWithAppDomain Interface
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.
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. For information about that type, including usage, remarks, and examples, seeInfoPathEditorObject.
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
- Attributes
Methods
Load(String, Object, String) |
Loads a form file (.xml) into the control represented by the InfoPathEditorWithAppDomain object. |
LoadFromStream(Object, Object, String) |
Loads XML from a file stream (System.IO.IStream) into the InfoPathEditorWithAppDomain object. |
NewFromSolution(String, Object, String) |
Creates a new form based on a form template (.xsn) file. |
NewFromSolutionWithData(String, Object, Int32, Object, String) |
Creates a new form based on the specified form template and the data contained in an XML stream. |