XamlWindow 构造函数 (XamlControl)

初始化 XamlWindow 类的新实例。

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

语法

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

参数

.NET Framework 安全性

请参阅

参考

XamlWindow 类

XamlWindow 重载

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