共用方式為


UIElement3DAutomationPeer.GetAcceleratorKeyCore 方法

定義

傳回與這個 UIElement3DAutomationPeer 相關聯之 UIElement3D 的快速鍵。 這個方法是由 GetAcceleratorKey() 所呼叫。

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

傳回

String

與這個 UIElement3DAutomationPeer 相關聯之 UIElement3D 的快速鍵。

備註

這個方法會 AutomationProperties.GetAcceleratorKey 呼叫 方法來取得值。 AutomationProperties.GetAcceleratorKey 只有在設定 屬性時, AutomationProperties.AcceleratorKey 才會傳回值。 您可以覆寫 GetAcceleratorKeyCore 和新增邏輯,以對您的 提供快速鍵的方式 UIElement3D

UIElement3DAutomationPeer.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性

適用於