Compartir a través de


NavigateToUrlAction.NewInstance (Propiedad)

Obtiene o establece un valor que indica si la dirección URL se debe iniciar en una nueva ventana.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Property NewInstance As Boolean
public bool NewInstance { get; set; }
public:
property bool NewInstance {
    bool get ();
    void set (bool value);
}
member NewInstance : bool with get, set
function get NewInstance () : boolean 
function set NewInstance (value : boolean)

Valor de propiedad

Tipo: Boolean
true para iniciar la dirección URL en una nueva ventana; de lo contrario, false.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

NavigateToUrlAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

PropertyChanged