XamlWebView 构造函数 (UITestControl)

初始化 XamlWebView 类的新实例。

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

语法

声明
Public Sub New ( _
    parent As UITestControl _
)
public XamlWebView(
    UITestControl parent
)
public:
XamlWebView(
    UITestControl^ parent
)
new : 
        parent:UITestControl -> XamlWebView
public function XamlWebView(
    parent : UITestControl
)

参数

.NET Framework 安全性

请参阅

参考

XamlWebView 类

XamlWebView 重载

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