InfoPathEditorWithAppDomain members
Include protected members
Include inherited members
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.
The InfoPathEditorWithAppDomain type exposes the following members.
Methods
Name | Description | |
---|---|---|
Load | Loads a form file (.xml) into the control represented by the InfoPathEditorWithAppDomain object. | |
LoadFromStream | Loads XML from a file stream (System.IO.IStream) into the InfoPathEditorWithAppDomain object. | |
NewFromSolution | Creates a new form based on a form template (.xsn) file. | |
NewFromSolutionWithData | Creates a new form based on the specified form template and the data contained in an XML stream. |
Top