AutomationElement.AutomationElementInformation.AccessKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得的字串包含項目的便捷鍵字元。
public:
property System::String ^ AccessKey { System::String ^ get(); };
public string AccessKey { get; }
member this.AccessKey : string
Public ReadOnly Property AccessKey As String
屬性值
與項目關聯的字元,用以啟動該項目。
備註
便捷鍵是功能表、功能表項目或控制項標籤文字中的字元,例如啟動附加功能表函式的按鈕。 例如,字母 「O」 通常用於從 [檔案] 功能表叫用[開啟檔案通用] 對話方塊。 具有便捷鍵屬性集的 UI 自動化元素一律會實作 InvokePattern 類別。
如需詳細資訊,請參閱AccessKeyProperty。