ControlType.GetControlType Method (String)
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Shared Function GetControlType ( _
name As String _
) As ControlType
public static ControlType GetControlType(
string name
)
public:
static ControlType^ GetControlType(
String^ name
)
static member GetControlType :
name:string -> ControlType
public static function GetControlType(
name : String
) : ControlType
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.