InfoPathEventHandlerAttribute.MatchPath Propriété
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.
Obtient ou définit l’expression XPath qui spécifie la source de l’événement (le cas échéant) dans un InfoPathEventHandlerAttribute attribut.
public:
property System::String ^ MatchPath { System::String ^ get(); void set(System::String ^ value); };
public string MatchPath { get; set; }
member this.MatchPath : string with get, set
Public Property MatchPath As String
Valeur de propriété
Remarques
Important : Pour éviter les erreurs dans la spécification de l’attribut InfoPathEventHandler pour un gestionnaire d’événements, vous devez uniquement utiliser les commandes d’interface utilisateur InfoPath pour ajouter le stub pour le code du gestionnaire d’événements. Pour plus d'informations, voir Procédure : ajouter un gestionnaire d'événements à l'aide du modèle objet InfoPath 2003.