UIElement.IsAccessKeyScope 屬性

定義

取得或設定值,這個值表示專案是否定義自己的便捷鍵範圍。

public:
 property bool IsAccessKeyScope { bool get(); void set(bool value); };
bool IsAccessKeyScope();

void IsAccessKeyScope(bool value);
public bool IsAccessKeyScope { get; set; }
var boolean = uIElement.isAccessKeyScope;
uIElement.isAccessKeyScope = boolean;
Public Property IsAccessKeyScope As Boolean

屬性值

Boolean

bool

如果專案定義自己的範圍,則為true;否則為false

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於

另請參閱