IPerceptionFrameProvider.Available 属性

定义

获取一个值,该值指示设备是否已准备好开始生成 PerceptionFrame。

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

设备是否已准备好开始生成 PerceptionFrame。

属性

适用于