DocumentPageViewAutomationPeer.GetAutomationIdCore Methode

Definitie

Hiermee haalt u de tekenreeks op waarmee de DocumentPageView tekenreeks wordt geïdentificeerd die aan deze DocumentPageViewAutomationPeeris gekoppeld. Deze methode wordt aangeroepen door GetAutomationId().

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

Retouren

Een tekenreeks die de automatiserings-id bevat.

Opmerkingen

De waarde van de automatiserings-id is de AutomationId eigenschap. Als deze eigenschap niet is ingesteld, wordt met deze methode de Name eigenschap opgevraagd.

Van toepassing op

Zie ook