UIElement3DAutomationPeer.GetAccessKeyCore Method

Definition

Returns the access key for the UIElement3D that is associated with this UIElement3DAutomationPeer. This method is called by GetAccessKey().

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

Returns

The access key for the UIElement3D that is associated with this UIElement3DAutomationPeer.

Remarks

This method calls the AutomationProperties.GetAccessKey method to get the value. AutomationProperties.GetAccessKey returns a value only when the AutomationProperties.AccessKey property is set. You can override GetAccessKeyCore and add logic to provide the access key in a way that makes sense for your UIElement3D.

UIElement3DAutomationPeer is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

See also