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