AutomationElement.AutomationElementInformation.ClassName 属性

定义

获取一个字符串,其中包含由控件开发人员分配的元素的类名称。

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

属性值

由控件开发人员分配的类名称。

注解

此属性的值依赖于实现。 属性在测试环境中很有用。

有关详细信息,请参阅 ClassNameProperty

适用于