Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SilverlightChildWindow class that has the specified parent.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Sub New ( _
parent As UITestControl _
)
public SilverlightChildWindow(
UITestControl parent
)
public:
SilverlightChildWindow(
UITestControl^ parent
)
new :
parent:UITestControl -> SilverlightChildWindow
public function SilverlightChildWindow(
parent : UITestControl
)
Parameters
- parent
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
The parent for this SilverlightChildWindow class.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SilverlightChildWindow Overload
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace