InfoPathEditor.LoadFromStream(Object) Method
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.
Loads a form file (.xml) from a file stream (System.IO.IStream) into the InfoPathEditor object.
public:
void LoadFromStream(System::Object ^ punkStream);
public void LoadFromStream (object punkStream);
abstract member LoadFromStream : obj -> unit
Public Sub LoadFromStream (punkStream As Object)
Parameters
- punkStream
- Object
The file stream (System.IO.IStream) containing the form file (.xml).
Remarks
For more information about the InfoPathEditor and the FormControl objects , see the MSDN article Hosting the InfoPath Form Editing Environment in a Custom Windows Form ApplicationWhat's New for InfoPath Developers.