AutomationElement.AutomationElementInformation.ClassName 속성
정의
컨트롤 개발자가 할당한 요소의 클래스 이름이 들어 있는 문자열을 가져옵니다.Gets a string containing the class name of the element as assigned by the control developer.
public:
property System::String ^ ClassName { System::String ^ get(); };
public string ClassName { get; }
member this.ClassName : string
Public ReadOnly Property ClassName As String
속성 값
컨트롤 개발자가 할당한 클래스 이름입니다.The class name assigned by the control developer.
설명
이 속성의 값은 구현에 따라 다릅니다.The value of this property is implementation-dependent. 속성은 테스트 환경에서 유용 합니다.The property is useful in testing environments.
자세한 내용은 ClassNameProperty을 참조하세요.For more information, see ClassNameProperty.