ContentElementAutomationPeer.GetAutomationIdCore Metoda

Definice

Získá řetězec, který jednoznačně identifikuje ContentElement , který je přidružen k tomuto ContentElementAutomationPeer. 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

Řetězec obsahující 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é