Automation.RemoveStructureChangedEventHandler Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Usuwa określoną strukturę zmienionej procedury obsługi zdarzeń.
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)
Parametry
- element
- AutomationElement
Element automatyzacja interfejsu użytkownika, z którego chcesz usunąć procedurę obsługi zdarzeń.
- eventHandler
- StructureChangedEventHandler
Metoda obsługi przekazana dla AddStructureChangedEventHandler(AutomationElement, TreeScope, StructureChangedEventHandler) określonego elementu automatyzacja interfejsu użytkownika.