UIElementAutomationPeer.GetAcceleratorKeyCore Método

Definição

Obtém a tecla de atalho para o UIElement associado a este UIElementAutomationPeer. Este método é chamado por GetAcceleratorKey().

protected:
 override System::String ^ GetAcceleratorKeyCore();
protected override string GetAcceleratorKeyCore ();
override this.GetAcceleratorKeyCore : unit -> string
Protected Overrides Function GetAcceleratorKeyCore () As String

Retornos

String

O AcceleratorKey que é retornado por GetAcceleratorKey(DependencyObject).

Aplica-se a