AutomationElement.AutomationElementInformation.IsPassword 속성

정의

UI 자동화 요소에 보호된 콘텐츠가 포함되어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsPassword { bool get(); };
public bool IsPassword { get; }
member this.IsPassword : bool
Public ReadOnly Property IsPassword As Boolean

속성 값

요소에 보호된 내용이 들어 있으면 true이고, 그렇지 않으면 false입니다.

설명

이 속성에는 화면 읽기 프로그램과 같은 애플리케이션에서 컨트롤의 텍스트 콘텐츠를 소리 내어 읽어야 하는지 여부를 확인할 수 있습니다.

자세한 내용은 IsPasswordProperty를 참조하세요.

적용 대상