Sdílet prostřednictvím


InfoPathEditor.LoadFromStream-Methode

Lädt eine Formulardatei (XML) aus einem Dateistream (System.IO.IStream) in das InfoPathEditor-Objekt.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
Sub LoadFromStream ( _
    <InAttribute> punkStream As Object _
)
'Usage
Dim instance As InfoPathEditor
Dim punkStream As Object

instance.LoadFromStream(punkStream)
void LoadFromStream (
    [InAttribute] Object punkStream
)

Parameter

  • punkStream
    Der Dateistream (System.IO.IStream) mit der Formulardatei (XML).

Hinweise

Weitere Informationen zu den Objekten InfoPathEditor und FormControl finden Sie im MSDN-Artikel Hosting the InfoPath 2007 Form Editing Environment in a Custom Windows Form Application und im Abschnitt "Der als Steuerelement gehostete InfoPath-Editor" von Neuigkeiten für InfoPath-Entwickler.

Siehe auch

Referenz

InfoPathEditor-Schnittstelle
InfoPathEditor-Member
Microsoft.Office.Interop.InfoPath-Namespace