共用方式為


SysHolographicWindowingEnvironment.IsProtectedContentPresent 屬性

定義

取得受保護的內容是否存在。

重要

此 API 僅適用于 Windows 作業系統的元件。 對這些 API 的呼叫會在執行時間失敗,其他所有進程都會失敗。 未來 Windows 版本中可能會修改或移除這些 API。

public:
 property bool IsProtectedContentPresent { bool get(); };
bool IsProtectedContentPresent();
public bool IsProtectedContentPresent { get; }
var boolean = sysHolographicWindowingEnvironment.isProtectedContentPresent;
Public ReadOnly Property IsProtectedContentPresent As Boolean

屬性值

Boolean

bool

受保護的內容是否存在。

適用於