CoreInputView.IsKindSupported(CoreInputViewKind) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the type of CoreInputView specified is supported.
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
Parameters
- type
- CoreInputViewKind
The type of CoreInputView.
Returns
Boolean
bool
True, if the type is supported. Otherwise, false.
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|