UIElement3DAutomationPeer.GetAcceleratorKeyCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與這個 UIElement3DAutomationPeer 相關聯之 UIElement3D 的快速鍵。 這個方法是由 GetAcceleratorKey() 所呼叫。
protected:
override System::String ^ GetAcceleratorKeyCore();
protected override string GetAcceleratorKeyCore ();
override this.GetAcceleratorKeyCore : unit -> string
Protected Overrides Function GetAcceleratorKeyCore () As String
傳回
與這個 UIElement3DAutomationPeer 相關聯之 UIElement3D 的快速鍵。
備註
這個方法會 AutomationProperties.GetAcceleratorKey 呼叫 方法來取得值。 AutomationProperties.GetAcceleratorKey 只有在設定 屬性時, AutomationProperties.AcceleratorKey 才會傳回值。 您可以覆寫 GetAcceleratorKeyCore 和新增邏輯,以對您的 提供快速鍵的方式 UIElement3D 。
UIElement3DAutomationPeer.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性。