LauncherOptions.TreatAsUntrusted Proprietà

Definizione

Ottiene o imposta un valore che indica se il sistema deve visualizzare un avviso che indica che il file o l'URI è potenzialmente non sicuro quando si avvia l'app associata a un file o a un 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

Valore della proprietà

Boolean

bool

True se l'avviso deve essere visualizzato; in caso contrario false.

Esempio

Vedere l'esempio di codice nell'argomento Launcher.LaunchUriAsync(Uri, LauncherOptions).

Commenti

Importante

Questa proprietà viene implementata solo nei dispositivi desktop.

Si applica a

Vedi anche