Partager via


NotifyHostEventArgs.Notification - Propriété

Obtient la chaîne passée à partir du formulaire à la page Web qui héberge le contrôle XmlFormView .

Espace de noms :  Microsoft.Office.InfoPath.Server.Controls
Assembly :  Microsoft.Office.InfoPath.Server (dans Microsoft.Office.InfoPath.Server.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Notification As String
    Get
'Utilisation
Dim instance As NotifyHostEventArgs
Dim value As String

value = instance.Notification
public string Notification { get; }

Valeur de propriété

Type : System.String

Remarques

La propriété Notification est vide, sauf si une chaîne est passée à partir du formulaire à l'aide de la méthode NotifyHost de l'objet XmlForm , disponible dans l'espace de noms Microsoft.Office.InfoPath . Pour plus d'informations à ce sujet et autres membres de l'espace de noms Microsoft.Office.InfoPath , consultez l'aide installée avec Visual Studio 2012.

Voir aussi

Référence

NotifyHostEventArgs classe

NotifyHostEventArgs - Membres

Microsoft.Office.InfoPath.Server.Controls - Espace de noms