DocumentPageViewAutomationPeer.GetAutomationIdCore Method

Definition

Gets the string that uniquely identifies the DocumentPageView that is associated with this DocumentPageViewAutomationPeer. This method is called by GetAutomationId().

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

Returns

A string that contains the automation identifier.

Remarks

The value of the automation identifier is the AutomationId property. If this property is not set, this method gets the Name property.

Applies to

See also