WindowAutomationPeer.GetNameCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與這個 ContentElementAutomationPeer 相關聯之 Window 的文字標籤。 由 GetName() 呼叫。
protected:
override System::String ^ GetNameCore();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override string GetNameCore ();
protected override string GetNameCore ();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.GetNameCore : unit -> string
override this.GetNameCore : unit -> string
Protected Overrides Function GetNameCore () As String
傳回
包含 Name 或 Name 的 Window 字串,如果名稱為 ,則 Empty 為 null
。
- 屬性
備註
name 屬性可以視為使用者用來說明所參考控制項的文字字串。 請務必讓圖形化使用者介面中的所有控制項具有文字標記法, (GUI) ,以便以當地語系化方式以程式設計方式參照控制項。