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) 非常重要,这样就可以以编程方式以本地化方式引用控件。