ControlType Implicit Conversion (String to ControlType)
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
name As String _
) As ControlType
public static implicit operator ControlType (
string name
)
static implicit operator ControlType^ (
String^ name
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.
Parameters
- name
Type: String
Return Value
Type: Microsoft.VisualStudio.TestTools.UITesting.ControlType
.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.