Automation.RemoveStructureChangedEventHandler 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
移除指定的 structure-changed 事件处理程序。
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
要从中删除事件处理程序的 UI 自动化 元素。
- eventHandler
- StructureChangedEventHandler
为指定的 UI 自动化 元素传递给 AddStructureChangedEventHandler(AutomationElement, TreeScope, StructureChangedEventHandler) 的处理程序方法。