Automation.RemoveStructureChangedEventHandler 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除指定之結構變更的事件處理常式。
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)
參數
- element
- AutomationElement
要從中移除事件處理常式的消費者介面自動化專案。
- eventHandler
- StructureChangedEventHandler
針對指定的消費者介面自動化專案傳遞至 AddStructureChangedEventHandler(AutomationElement, TreeScope, StructureChangedEventHandler) 的處理常式方法。