SpatialInteractionManager.IsSourceKindSupported メソッド

定義

指定した対話ソースがこのデバイスでサポートされているかどうかを取得します。

public:
 static bool IsSourceKindSupported(SpatialInteractionSourceKind kind);
 static bool IsSourceKindSupported(SpatialInteractionSourceKind const& kind);
public static bool IsSourceKindSupported(SpatialInteractionSourceKind kind);
function isSourceKindSupported(kind)
Public Shared Function IsSourceKindSupported (kind As SpatialInteractionSourceKind) As Boolean

パラメーター

kind
SpatialInteractionSourceKind

対話ソース。

戻り値

Boolean

bool

対話ソースがサポートされているかどうか。

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

適用対象