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에서 도입되었습니다.)

적용 대상