AutomationTextAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
UI 자동화 텍스트 특성을 식별합니다.
public ref class AutomationTextAttribute : System::Windows::Automation::AutomationIdentifier
public class AutomationTextAttribute : System.Windows.Automation.AutomationIdentifier
type AutomationTextAttribute = class
inherit AutomationIdentifier
Public Class AutomationTextAttribute
Inherits AutomationIdentifier
- 상속
설명
AutomationIdentifier에서 파생됩니다.
UI 자동화 지원하는 텍스트 특성 목록은 TextPattern 찾을 수 있습니다.
클래스는 AutomationTextAttribute 생성자가 없고 애플리케이션에서 인스턴스화할 수 없으므로 효과적으로 추상적입니다.
속성
| Name | Description |
|---|---|
| Id |
기본 숫자 식별자를 가져옵니다. (다음에서 상속됨 AutomationIdentifier) |
| ProgrammaticName |
등록된 프로그래밍 이름을 가져옵니다. (다음에서 상속됨 AutomationIdentifier) |
메서드
| Name | Description |
|---|---|
| CompareTo(Object) |
이를 AutomationIdentifier 다른 AutomationIdentifier.와 비교합니다. (다음에서 상속됨 AutomationIdentifier) |
| Equals(Object) |
제공된 AutomationIdentifier 값이 이 AutomationIdentifier값과 동일한지 여부를 나타내는 값을 반환합니다. (다음에서 상속됨 AutomationIdentifier) |
| GetHashCode() |
이 UI 자동화 식별자에 대한 해시 코드를 반환합니다. (다음에서 상속됨 AutomationIdentifier) |
| GetType() |
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| LookupById(Int32) |
AutomationTextAttribute 지정된 숫자 식별자를 캡슐화하는 값을 검색합니다. |
| MemberwiseClone() |
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |