Udostępnij za pośrednictwem


ControlType.LookupById(Int32) Metoda

Definicja

Pobiera hermetyzację ControlType określonego identyfikatora liczbowego.

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

Parametry

id
Int32

Identyfikator typu kontrolki.

Zwraca

Uwagi

Zwykle typ kontrolki jest identyfikowany przez ControlType obiekt. Ta metoda umożliwia konstruowanie takiego obiektu, gdy jest znany tylko identyfikator liczbowy.

Dotyczy