BrowserWindow.CurrentBrowser 属性

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Shared Property CurrentBrowser As String
public static string CurrentBrowser { get; set; }
public:
static property String^ CurrentBrowser {
    String^ get ();
    void set (String^ value);
}
static member CurrentBrowser : string with get, set
static function get CurrentBrowser () : String 
static function set CurrentBrowser (value : String)

属性值

类型:String

.NET Framework 安全性

请参阅

参考

BrowserWindow 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间