CoreInputView.IsKindSupported(CoreInputViewKind) 方法

定义

获取是否支持指定的 CoreInputView 类型。

public:
 virtual bool IsKindSupported(CoreInputViewKind type) = IsKindSupported;
bool IsKindSupported(CoreInputViewKind const& type);
public bool IsKindSupported(CoreInputViewKind type);
function isKindSupported(type)
Public Function IsKindSupported (type As CoreInputViewKind) As Boolean

参数

type
CoreInputViewKind

CoreInputView 的类型。

返回

Boolean

bool

如果类型受支持,则为 True。 否则为 false。

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

适用于