HtmlIFrame.PageUrl 属性

获取在此 IFrame 控件中显示的页面的 URL。

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

语法

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

属性值

类型:System.String
在此 IFrame 控件中显示的页面的 URL。

.NET Framework 安全性

请参见

参考

HtmlIFrame 类

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