共用方式為


HtmlFrame 建構函式 (UITestControl)

初始化 HtmlFrame 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Sub New ( _
    parent As UITestControl _
)
public HtmlFrame(
    UITestControl parent
)
public:
HtmlFrame(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> HtmlFrame
public function HtmlFrame(
    parent : UITestControl
)

參數

.NET Framework 安全性

請參閱

參考

HtmlFrame 類別

HtmlFrame 多載

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

UITestControl