다음을 통해 공유


BrowserLaunchOptions.Flags 속성

정의

디바이스 및 LaunchMode에 따라 적용되거나 적용되지 않을 수 있는 추가 시작 플래그를 가져오거나 설정합니다.

public:
 property Microsoft::Maui::ApplicationModel::BrowserLaunchFlags Flags { Microsoft::Maui::ApplicationModel::BrowserLaunchFlags get(); void set(Microsoft::Maui::ApplicationModel::BrowserLaunchFlags value); };
public Microsoft.Maui.ApplicationModel.BrowserLaunchFlags Flags { get; set; }
member this.Flags : Microsoft.Maui.ApplicationModel.BrowserLaunchFlags with get, set
Public Property Flags As BrowserLaunchFlags

속성 값

설명

기본값은 None입니다. 모든 플래그가 플래그 설명을 검사 모든 플랫폼에서 작동하는 것은 아닙니다.

적용 대상