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