ControlData Constructor (Int32, String)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the ControlData class.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Sub New ( _
controlId As Integer, _
controlType As String _
)
public ControlData(
int controlId,
string controlType
)
public:
ControlData(
int controlId,
String^ controlType
)
new :
controlId:int *
controlType:string -> ControlData
public function ControlData(
controlId : int,
controlType : String
)
Parameters
- controlId
Type: System.Int32
The ID of the control.
- controlType
Type: System.String
The type of the control.
.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.UITest.Extension.Silverlight Namespace