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

설명

컨트롤의 형식으로 식별 되는 일반적으로 ControlType 개체입니다. 이 메서드를 사용 하면 숫자 식별자만 라고 하는 경우 이러한 개체를 생성할 수 있습니다.

적용 대상