InfoPathEditor.NewFromSolution-Methode
Erstellt ein neues Formular, das auf einer Formularvorlagedatei (XSN) basiert.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
Sub NewFromSolution ( _
<InAttribute> bstrSolutionURI As String _
)
'Usage
Dim instance As InfoPathEditor
Dim bstrSolutionURI As String
instance.NewFromSolution(bstrSolutionURI)
void NewFromSolution (
[InAttribute] string bstrSolutionURI
)
Parameter
- bstrSolutionURI
Der Pfad oder URL der Formularvorlagedatei (XSN).
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