FrameworkElementAutomationPeer.GetAutomationIdCore Metoda

Definice

Získá řetězec, který jednoznačně identifikuje FrameworkElement , který je přidružen k tomuto FrameworkElementAutomationPeer. Volá ho .GetAutomationId()

protected:
 override System::String ^ GetAutomationIdCore();
protected override string GetAutomationIdCore ();
override this.GetAutomationIdCore : unit -> string
Protected Overrides Function GetAutomationIdCore () As String

Návraty

Identifikátor automatizace pro prvek přidružený k FrameworkElementAutomationPeer, nebo Empty pokud neexistuje identifikátor automatizace.

Poznámky

Hodnota identifikátoru automatizace je AutomationId vlastnost, a pokud není nastavená, jedná se o Name vlastnost .

Platí pro

Viz také