Sdílet prostřednictvím


FormControl.Open-Methode (Stream)

Öffnet eine Formulardatei (XML) aus einem Dateistream (System.IO.Stream) und lädt sie in das FormControl-Objekt.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath.FormControl (in microsoft.office.infopath.formcontrol.dll)

Syntax

'Declaration
Public Overridable Sub Open ( _
    xmlDataStream As Stream _
)
'Usage
Dim instance As FormControl
Dim xmlDataStream As Stream

instance.Open(xmlDataStream)
public virtual void Open (
    Stream xmlDataStream
)

Parameter

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

Hinweise

Weitere Informationen zum FormControl-Objekt finden Sie unter 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

FormControl-Klasse
FormControl-Member
Microsoft.Office.InfoPath-Namespace