ControlType.LookupById(Int32) Metodo

Definizione

Recupera ControlType che incapsula un identificatore numerico specificato.

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

Parametri

id
Int32

Identificatore del tipo di controllo.

Restituisce

ControlType

Commenti

Normalmente il tipo di un controllo viene identificato da un ControlType oggetto. Questo metodo consente di costruire un oggetto di questo tipo quando è noto solo l'identificatore numerico.

Si applica a