Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the information bar setting.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public static Setting InformationBar { get; }
public:
property Setting^ InformationBar {
static Setting^ get();
}
static member InformationBar : Setting with get
Public Shared ReadOnly Property InformationBar As Setting
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting
The information bar setting.
See Also
IESettings Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top