LauncherOptions.TreatAsUntrusted 屬性

定義

取得或設定值,這個值表示系統是否應該在啟動與檔案或 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) 主題中的程式碼範例。

備註

重要

此屬性只會在桌面裝置上實作。

適用於

另請參閱