편집

다음을 통해 공유


InfoPathEditor.LoadFromStream(Object) Method

Definition

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.

Applies to