BrowserService.DocumentWindow 属性

获取浏览器的文档窗口。

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

语法

声明
Public MustOverride ReadOnly Property DocumentWindow As UITechnologyElement
public abstract UITechnologyElement DocumentWindow { get; }
public:
virtual property UITechnologyElement^ DocumentWindow {
    UITechnologyElement^ get () abstract;
}
abstract DocumentWindow : UITechnologyElement with get
abstract function get DocumentWindow () : UITechnologyElement

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
浏览器的文档窗口。

.NET Framework 安全性

请参见

参考

BrowserService 类

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间