AutomationElementIdentifiers.ClassNameProperty 属性

定义

标识类名自动化属性。 类名属性值由 GetClassName 方法返回。

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

属性值

自动化属性标识符。

适用于