ControlType.GetControlType 方法 (String)

使用提供的名称返回一个控件类型对象。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
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

参数

  • name
    类型:System.String
    要返回的控件类型的名称。

返回值

类型:Microsoft.VisualStudio.TestTools.UITesting.ControlType
一个控件类型对象。

.NET Framework 安全性

请参见

参考

ControlType 类

GetControlType 重载

Microsoft.VisualStudio.TestTools.UITesting 命名空间