Freigeben über


FormControl.NewFromFormTemplate-Methode (String, AppDomain, String)

Erstellt ein neues Formular basierend auf einer Formularvorlagendatei (XSN).

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath.FormControl (in Microsoft.Office.InfoPath.FormControl.dll)

Syntax

'Declaration
Public Overridable Sub NewFromFormTemplate ( _
    formTemplateLocation As String, _
    customAppDomain As AppDomain, _
    userInputParameters As String _
)
'Usage
Dim instance As FormControl
Dim formTemplateLocation As String
Dim customAppDomain As AppDomain
Dim userInputParameters As String

instance.NewFromFormTemplate(formTemplateLocation, _
    customAppDomain, userInputParameters)
public virtual void NewFromFormTemplate(
    string formTemplateLocation,
    AppDomain customAppDomain,
    string userInputParameters
)

Parameter

  • formTemplateLocation
    Typ: System.String

    Der Pfad oder URL der Formularvorlagendatei (XSN).

  • customAppDomain
    Typ: System.AppDomain

    Die AppDomain -Objekt, das die Anwendungsdomäne darstellt, in der die Anwendung hosten des Steuerelements ausgeführt wird.

  • userInputParameters
    Typ: System.String

    Eines oder mehrere durch das kaufmännische Und-Zeichen (&) getrennte Name/Wert-Paare.

Hinweise

Weitere Informationen zum FormControl -Objekt finden Sie unter Hosten der InfoPath Formular bearbeiten-Umgebung in einer benutzerdefinierten Windows Forms-Anwendung.

Siehe auch

Referenz

FormControl Klasse

FormControl-Member

NewFromFormTemplate-Überladung

Microsoft.Office.InfoPath-Namespace