AutomationElement.AutomationElementInformation.ControlType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取元素的 ControlType。
public:
property System::Windows::Automation::ControlType ^ ControlType { System::Windows::Automation::ControlType ^ get(); };
public System.Windows.Automation.ControlType ControlType { get; }
member this.ControlType : System.Windows.Automation.ControlType
Public ReadOnly Property ControlType As ControlType
属性值
此元素的交互模型。 默认值是 Custom。
注解
控件类型描述任意 UI 自动化元素的已知交互模型,而不依赖于本地化的控件类型或复杂逻辑规则的组合。
此属性在运行时可以更改的唯一情况是支持 MultipleViewPattern的控件。 例如,Win32 ListView 控件,它可以从 DataGrid 更改为 List,具体取决于当前视图。
有关详细信息,请参阅 ControlTypeProperty。