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: Boolean
true to start the URL in a new window; otherwise, false.
Remarks
Setting this property raises the PropertyChanged event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.