共用方式為


XamlUICommand.AccessKey 屬性

定義

取得或設定這個專案的便捷鍵 (助憶鍵) 。

public:
 property Platform::String ^ AccessKey { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AccessKey();

void AccessKey(winrt::hstring value);
public string AccessKey { get; set; }
var string = xamlUICommand.accessKey;
xamlUICommand.accessKey = string;
Public Property AccessKey As String

屬性值

String

Platform::String

winrt::hstring

這個專案的便捷鍵 (助憶鍵) 。

適用於

另請參閱