SilverlightTreeItem Constructor (UITestControl)
Initializes a new instance of the SilverlightTreeItem 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 SilverlightTreeItem(
UITestControl parent
)
public:
SilverlightTreeItem(
UITestControl^ parent
)
new :
parent:UITestControl -> SilverlightTreeItem
public function SilverlightTreeItem(
parent : UITestControl
)
Parameters
- parent
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
The parent for this SilverlightTreeItem.
.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
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace