Automation.RemoveStructureChangedEventHandler Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rimuove il gestore dell'evento di modifica della struttura specificato.
public:
static void RemoveStructureChangedEventHandler(System::Windows::Automation::AutomationElement ^ element, System::Windows::Automation::StructureChangedEventHandler ^ eventHandler);
public static void RemoveStructureChangedEventHandler (System.Windows.Automation.AutomationElement element, System.Windows.Automation.StructureChangedEventHandler eventHandler);
static member RemoveStructureChangedEventHandler : System.Windows.Automation.AutomationElement * System.Windows.Automation.StructureChangedEventHandler -> unit
Public Shared Sub RemoveStructureChangedEventHandler (element As AutomationElement, eventHandler As StructureChangedEventHandler)
Parametri
- element
- AutomationElement
Elemento Automazione interfaccia utente da cui rimuovere il gestore eventi.
- eventHandler
- StructureChangedEventHandler
Metodo del gestore passato a AddStructureChangedEventHandler(AutomationElement, TreeScope, StructureChangedEventHandler) per l'elemento Automazione interfaccia utente specificato.