ControlType.LookupById(Int32) 方法

定义

检索一个封装了指定数值标识符的 ControlType

public:
 static System::Windows::Automation::ControlType ^ LookupById(int id);
public static System.Windows.Automation.ControlType LookupById (int id);
static member LookupById : int -> System.Windows.Automation.ControlType
Public Shared Function LookupById (id As Integer) As ControlType

参数

id
Int32

控件类型的标识符。

返回

注解

通常,控件的类型由 ControlType 对象标识。 此方法使你能够在仅知道数字标识符时构造此类对象。

适用于