AutomationElement.AutomationElementInformation.LocalizedControlType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取控件类型的说明。
public:
property System::String ^ LocalizedControlType { System::String ^ get(); };
public string LocalizedControlType { get; }
member this.LocalizedControlType : string
Public ReadOnly Property LocalizedControlType As String
属性值
控件类型(如“button”)的本地化说明。
注解
有关详细信息,请参阅 LocalizedControlTypeProperty。