Share via


XamlWindow Constructor (XamlControl)

Initializes a new instance of the XamlWindow class.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

XamlWindow Class

XamlWindow Overload

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace