AutomationTextAttribute.LookupById(Int32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein AutomationTextAttribute ab, das einen angegebenen numerischen Bezeichner kapselt.
public:
static System::Windows::Automation::AutomationTextAttribute ^ LookupById(int id);
public static System.Windows.Automation.AutomationTextAttribute LookupById(int id);
static member LookupById : int -> System.Windows.Automation.AutomationTextAttribute
Public Shared Function LookupById (id As Integer) As AutomationTextAttribute
Parameter
- id
- Int32
Der numerische Bezeichner.