Share via


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

public bool NewInstance { get; set; }
public:
property bool NewInstance {
    bool get();
    void set(bool value);
}
member NewInstance : bool with get, set
Public Property NewInstance As 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.

See Also

PropertyChanged
NavigateToUrlAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top