HtmlIFrame.PageUrl 属性

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

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
程序集:   Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.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

属性值

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

.NET Framework 安全性

请参阅

参考

HtmlIFrame 类

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