Share via


AutomationElementIdentifiers.ControlTypeProperty 属性

定义

标识控件类型自动化属性。 控件类型属性值由 GetAutomationControlType 方法返回。

public:
 static property AutomationProperty ^ ControlTypeProperty { AutomationProperty ^ get(); };
static AutomationProperty ControlTypeProperty();
public static AutomationProperty ControlTypeProperty { get; }
var automationProperty = AutomationElementIdentifiers.controlTypeProperty;
Public Shared ReadOnly Property ControlTypeProperty As AutomationProperty

属性值

自动化属性标识符。

适用于