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) 主题中的代码示例。

注解

重要

此属性仅在桌面设备上实现。

适用于

另请参阅