LauncherOptions.TreatAsUntrusted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示系統是否應該在啟動與檔案或 URI 相關聯的應用程式時,顯示檔案或 URI 可能不安全的警告。
public:
property bool TreatAsUntrusted { bool get(); void set(bool value); };
bool TreatAsUntrusted();
void TreatAsUntrusted(bool value);
public bool TreatAsUntrusted { get; set; }
var boolean = launcherOptions.treatAsUntrusted;
launcherOptions.treatAsUntrusted = boolean;
Public Property TreatAsUntrusted As Boolean
屬性值
Boolean
bool
如果應該顯示警告,則為 True;否則為 false。
範例
請參閱 Launcher.LaunchUriAsync (Uri、LauncherOptions) 主題中的程式碼範例。
備註
重要
此屬性只會在桌面裝置上實作。