Partager via


BrowserWindow.AllowPopups, propriété

Obtient ou définit une valeur qui détermine si la fenêtre de navigateur Web autorise les fenêtres contextuelles.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
Public Shared Property AllowPopups As Boolean
    Get
    Set
public static bool AllowPopups { get; set; }
public:
static property bool AllowPopups {
    bool get ();
    void set (bool value);
}
static member AllowPopups : bool with get, set
static function get AllowPopups () : boolean
static function set AllowPopups (value : boolean)

Valeur de propriété

Type : System.Boolean
true si la fenêtre de navigateur Web autorise les fenêtres contextuelles ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

BrowserWindow Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms