次の方法で共有


PerceptionDepthFrameSource.Active プロパティ

定義

ソースがアクティブかどうかを示すブール値を取得します。

public:
 property bool Active { bool get(); };
bool Active();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
bool Active();
public bool Active { get; }
public bool Active { [Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = perceptionDepthFrameSource.active;
Public ReadOnly Property Active As Boolean

プロパティ値

Boolean

bool

ソースがアクティブかどうかを示すブール値。

属性

適用対象