Compartir a través de


InfoPathEventHandlerAttribute.MatchPath Propiedad

Definición

Obtiene o establece la expresión XPath que especifica el origen del evento (cuando se aplica al evento) en un InfoPathEventHandlerAttribute atributo.

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

Valor de propiedad

Comentarios

Importante: Para evitar errores en la especificación del atributo InfoPathEventHandler para un controlador de eventos, solo debe usar comandos de la interfaz de usuario de InfoPath para agregar el código auxiliar del controlador de eventos. Para obtener más información, vea How to: Add an Event Handler Using the InfoPath 2003 Object Model.

Se aplica a