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를 참조하세요.

적용 대상