UIElement3DAutomationPeer.GetNameCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回字串,表示與這個 UIElement3D 相關聯的 UIElement3DAutomationPeer。 這個方法是由 GetName() 所呼叫。
protected:
override System::String ^ GetNameCore();
protected override string GetNameCore ();
override this.GetNameCore : unit -> string
Protected Overrides Function GetNameCore () As String
傳回
字串,表示與這個 UIElement3D 相關聯的 UIElement3DAutomationPeer。
備註
您可以將 name 屬性視為使用者用來說明所參考控制項的內容。 請務必為圖形化使用者介面中的所有控制項提供文字標記法, (GUI) ,以便以程式設計方式參照控制項。
這個方法會 AutomationProperties.GetName 呼叫 方法來取得值。 AutomationProperties.GetName 只有在設定 屬性時, AutomationProperties.Name 才會傳回值。 您可以覆寫 GetNameCore 和新增邏輯,以為您的 提供有意義的 UIElement3D 名稱。
UIElement3DAutomationPeer.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性。