共用方式為


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 命名空間