NavigateToUrlAction.NewInstance Property

Gets or sets a value that indicates whether the URL should be started in a new window.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
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)

Property Value

Type: System.Boolean
true to start the URL in a new window; otherwise, false.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

NavigateToUrlAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged