次の方法で共有


IPerceptionFrameProvider.Available プロパティ

定義

デバイスが PerceptionFrames の生成を開始する準備ができているかどうかを示す値を取得します。

public:
 property bool Available { bool get(); };
bool Available();
/// [get: Windows.Foundation.Metadata.Deprecated("IPerceptionFrameProvider may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
bool Available();
public bool Available { get; }
public bool Available { [Windows.Foundation.Metadata.Deprecated("IPerceptionFrameProvider may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = iPerceptionFrameProvider.available;
Public ReadOnly Property Available As Boolean

プロパティ値

Boolean

bool

デバイスが PerceptionFrames の生成を開始する準備ができているかどうか。

属性

適用対象