Automation.RemoveStructureChangedEventHandler Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Remove o gestor de eventos especificado com alteração estrutural.
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)
Parâmetros
- element
- AutomationElement
O elemento Automatização da Interface de Utilizador do qual remover o gestor de eventos.
- eventHandler
- StructureChangedEventHandler
Um método handler que era passado para AddStructureChangedEventHandler(AutomationElement, TreeScope, StructureChangedEventHandler) para o elemento Automatização da Interface de Utilizador especificado.