ISubmitToHostEventHandler.SubmitToHostEventHandler Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Gère l’événement à partir de la Submit() méthode de l’objet SubmitToHostAdapterObject lorsque l’objet InfoPathEditor est hébergé dans une application personnalisée.
public:
int SubmitToHostEventHandler(System::Object ^ sender, System::String ^ adapterName, [Runtime::InteropServices::Out] System::String ^ % errorMessage);
public int SubmitToHostEventHandler (object sender, string adapterName, out string errorMessage);
abstract member SubmitToHostEventHandler : obj * string * -> int
Public Function SubmitToHostEventHandler (sender As Object, adapterName As String, ByRef errorMessage As String) As Integer
Paramètres
- sender
- Object
Objet qui envoie la notification à l’hôte.
- adapterName
- String
Nom de l’objet SubmitToHostAdapter .
- errorMessage
- String
Message retourné à l’objet InfoPathEditor .
Retours
HRESULT
Remarques
La méthode SubmitToHostEventHandler de l’interface ISubmitToHostEventHandler est disponible lorsque l’objet InfoPathEditor est hébergé dans une application personnalisée. Pour plus d’informations, consultez la section « L’éditeur InfoPath hébergé en tant que contrôle » dans Nouveautés pour les développeurs InfoPath et l’article MSDN Hébergement de l’environnement d’édition de formulaire InfoPath dans une application Windows Form personnalisée