次の方法で共有


SysHolographicWindowingEnvironment.IsProtectedContentPresent プロパティ

定義

保護されたコンテンツが存在するかどうかを取得します。

重要

この API は、Windows オペレーティング システムのコンポーネントでのみ使用できます。 これらの API の呼び出しは、他のすべてのプロセスの実行時に失敗します。 これらの API は、今後の Windows リリースで変更または削除される可能性があります。

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

プロパティ値

Boolean

bool

保護されたコンテンツが存在するかどうか。

適用対象