BrowserLaunchFlags 列舉

定義

可設定以控制瀏覽器開啟方式的其他旗標。

此列舉支援其成員值的位元組合。

public enum class BrowserLaunchFlags
[System.Flags]
public enum BrowserLaunchFlags
[<System.Flags>]
type BrowserLaunchFlags = 
Public Enum BrowserLaunchFlags
繼承
BrowserLaunchFlags
屬性

欄位

LaunchAdjacent 1

僅適用於Android:如果有的話,會啟動與目前活動相鄰的新活動。

None 0

沒有其他旗標。 此為預設值。

PresentAsFormSheet 4

僅適用於 iOS:使用支援的系統慣用瀏覽器,將瀏覽器啟動為表單。

PresentAsPageSheet 2

僅適用於 iOS:使用支援的系統慣用瀏覽器,將瀏覽器啟動為頁面工作表。

適用於