Sdílet prostřednictvím


InfoPathEditor.NewFromSolutionWithData-Methode

Erstellt basierend auf der angegebenen Formularvorlage (XSN) und den in einem XML-Stream enthaltenen Daten ein neues Formular.

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

Syntax

'Declaration
Sub NewFromSolutionWithData ( _
    <InAttribute> bstrURLXSN As String, _
    <InAttribute> punkStream As Object, _
    <InAttribute> dwBehavior As Integer _
)
'Usage
Dim instance As InfoPathEditor
Dim bstrURLXSN As String
Dim punkStream As Object
Dim dwBehavior As Integer

instance.NewFromSolutionWithData(bstrURLXSN, punkStream, dwBehavior)
void NewFromSolutionWithData (
    [InAttribute] string bstrURLXSN,
    [InAttribute] Object punkStream,
    [InAttribute] int dwBehavior
)

Parameter

  • bstrURLXSN
    Der Pfad oder URL der Formularvorlagedatei (XSN).
  • punkStream
    Der Dateistream (System.IO.IStream) mit den XML-Daten, mit denen das neue Formular ausgefüllt wird.

Hinweise

Das im punkStream-Parameter angegebene XML-Dokument muss nicht von InfoPath erstellt worden sein. Es kann als URI oder als XmlNode übergeben werden.

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