AutomationElement.AutomationElementInformation.LocalizedControlType 属性

定义

获取控件类型的说明。

public:
 property System::String ^ LocalizedControlType { System::String ^ get(); };
public string LocalizedControlType { get; }
member this.LocalizedControlType : string
Public ReadOnly Property LocalizedControlType As String

属性值

控件类型(如“button”)的本地化说明。

注解

有关详细信息,请参阅 LocalizedControlTypeProperty

适用于