共用方式為


UIElementAutomationPeer.GetNameCore 方法

定義

取得與這個 UIElementAutomationPeer 相關聯之 UIElement 的文字標籤。 這個方法是由 GetName() 所呼叫。

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

傳回

字串,包含由 Name 傳回的 GetName(DependencyObject)

備註

屬性 Name 函式類似于使用者用來說明其所參考控制項的文字字串。 請確定您在圖形化使用者介面中的所有控制項都有文字標記法, (GUI) ,讓您可以透過當地語系化的方式以程式設計方式參照控制項。

適用於