UIElementAutomationPeer.GetAcceleratorKeyCore 方法

定义

获取与此 UIElementAutomationPeer 关联的 UIElement 的加速键。 此方法由 GetAcceleratorKey() 调用。

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

返回

GetAcceleratorKey(DependencyObject) 返回的 AcceleratorKey

适用于