InfoPathEditor.NewFromSolution - Méthode
Crée un nouveau formulaire basé sur un fichier de formulaire (.xsn).
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Sub NewFromSolution ( _
bstrSolutionURI As String _
)
'Utilisation
Dim instance As InfoPathEditor
Dim bstrSolutionURI As String
instance.NewFromSolution(bstrSolutionURI)
void NewFromSolution(
string bstrSolutionURI
)
Paramètres
bstrSolutionURI
Type : System.StringLe chemin d'accès ou l'URL vers le fichier de modèle (.xsn).
Remarques
Pour plus d'informations sur les InfoPathEditor et les objets FormControl , consultez l'article MSDN d'hébergement de l'environnement d'édition du formulaire InfoPath dans une Application de formulaire Windows personnalisée et la section « L'éditeur InfoPath Hosted comme un contrôle » Nouveautés pour les développeurs InfoPath.