HtmlFrame.PageUrl 属性

获取框架中出现的页面的 URL。

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

语法

声明
Public Overridable ReadOnly Property PageUrl As String
public virtual string PageUrl { get; }
public:
virtual property String^ PageUrl {
    String^ get ();
}
abstract PageUrl : string with get
override PageUrl : string with get
function get PageUrl () : String

属性值

类型:System.String
框架中出现的页面的 URL。

.NET Framework 安全性

请参见

参考

HtmlFrame 类

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls 命名空间