次の方法で共有


FullScreenPresentationConfiguration.IsExclusive プロパティ

定義

排他全画面表示モードがオンかどうかを示す値を取得または設定します。

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

void IsExclusive(bool value);
public bool IsExclusive { get; set; }
var boolean = fullScreenPresentationConfiguration.isExclusive;
fullScreenPresentationConfiguration.isExclusive = boolean;
Public Property IsExclusive As Boolean

プロパティ値

Boolean

bool

プレゼンテーション が排他全画面表示モードの場合は true。それ以外の場合は false

注釈

true の場合、StatusBar のようなものは無視され、アクション センターなどのシステム アフォーダンスを取り込むには "二重スワイプ" が必要です。

適用対象