IESettings.TabbedBrowsing Property
Gets the tabbed browsing settings.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property TabbedBrowsing As Setting
public static Setting TabbedBrowsing { get; }
public:
static property Setting^ TabbedBrowsing {
Setting^ get ();
}
static member TabbedBrowsing : Setting with get
static function get TabbedBrowsing () : Setting
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting
The tabbed browsing settings.
.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.