AutomationElement.AutomationElementInformation.ClassName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个字符串,其中包含由控件开发人员分配的元素的类名称。
public:
property System::String ^ ClassName { System::String ^ get(); };
public string ClassName { get; }
member this.ClassName : string
Public ReadOnly Property ClassName As String
属性值
由控件开发人员分配的类名称。
注解
此属性的值依赖于实现。 属性在测试环境中很有用。
有关详细信息,请参阅 ClassNameProperty。