共用方式為


UIElement3DAutomationPeer.GetAutomationIdCore 方法

定義

傳回字串,這個字串會唯一識別與這個 UIElement3D 相關聯的 UIElement3DAutomationPeer。 這個方法是由 GetAutomationId() 所呼叫。

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

傳回

String

字串,唯一識別與這個 UIElement3D 相關聯的 UIElement3DAutomationPeer

備註

這個方法會 AutomationProperties.GetAutomationId 呼叫 方法來取得值。 AutomationProperties.GetAutomationId 只有在設定 屬性時, AutomationProperties.AutomationId 才會傳回值。 您可以覆寫 GetAutomationIdCore 和新增邏輯,以對您的 提供有意義的 UIElement3D 識別碼。

UIElement3DAutomationPeer.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性

適用於