다음을 통해 공유


IUITechnologyElement.IsPassword 속성

이 요소에 보호된 콘텐츠가 들어 있는지 여부를 나타내는 값을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITest.Extension
어셈블리:  Microsoft.VisualStudio.TestTools.UITest.Extension(Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

구문

‘선언
ReadOnly Property IsPassword As Boolean
bool IsPassword { get; }
property bool IsPassword {
    bool get ();
}
abstract IsPassword : bool with get
function get IsPassword () : boolean

속성 값

형식: Boolean
요소에 보호된 콘텐츠가 들어 있으면 true이고, 그렇지 않으면 false입니다.

.NET Framework 보안

참고 항목

참조

IUITechnologyElement 인터페이스

Microsoft.VisualStudio.TestTools.UITest.Extension 네임스페이스