FullScreenPresentationConfiguration.IsExclusive 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示 [獨佔全螢幕模式] 是否開啟。
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 之類的專案,而且需要「雙撥動」才能帶入系統能供性,例如控制中心。