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
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
出現在此 IFrame 控制項中之頁面的 URL。

.NET Framework 安全性

請參閱

參考

HtmlIFrame 類別

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