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

访问键 (此元素的助记) 。

适用于

另请参阅