UIElement3DAutomationPeer.GetAutomationIdCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回字串,這個字串會唯一識別與這個 UIElement3D 相關聯的 UIElement3DAutomationPeer。 這個方法是由 GetAutomationId() 所呼叫。
protected:
override System::String ^ GetAutomationIdCore();
protected override string GetAutomationIdCore ();
override this.GetAutomationIdCore : unit -> string
Protected Overrides Function GetAutomationIdCore () As String
傳回
字串,唯一識別與這個 UIElement3D 相關聯的 UIElement3DAutomationPeer。
備註
這個方法會 AutomationProperties.GetAutomationId 呼叫 方法來取得值。 AutomationProperties.GetAutomationId 只有在設定 屬性時, AutomationProperties.AutomationId 才會傳回值。 您可以覆寫 GetAutomationIdCore 和新增邏輯,以對您的 提供有意義的 UIElement3D 識別碼。
UIElement3DAutomationPeer.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性。