HolographicCameraRenderingParameters.IsContentProtectionEnabled プロパティ

定義

アプリケーションで保護されたコンテンツを表示するかどうかを取得または設定します。

public:
 property bool IsContentProtectionEnabled { bool get(); void set(bool value); };
bool IsContentProtectionEnabled();

void IsContentProtectionEnabled(bool value);
public bool IsContentProtectionEnabled { get; set; }
var boolean = holographicCameraRenderingParameters.isContentProtectionEnabled;
holographicCameraRenderingParameters.isContentProtectionEnabled = boolean;
Public Property IsContentProtectionEnabled As Boolean

プロパティ値

Boolean

bool

コンテンツ保護が有効になっているかどうか。

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

注釈

コンテンツ保護が有効になっている間、レンダリングされたコンテンツはヘッドセットでのみ表示され、Mixed Reality ポータルのプレビューが無効になります。

IsHardwareContentProtectionEnabled が true に設定されている場合、IsContentProtectionEnabled は常に true を返します。

適用対象