共用方式為


SendKeysAction.IsActionOnProtectedElement 方法

傳回值,這個值表示相關聯的項目是否受到保護。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Common
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
Public Function IsActionOnProtectedElement As Boolean
public bool IsActionOnProtectedElement()
public:
bool IsActionOnProtectedElement()
member IsActionOnProtectedElement : unit -> bool 
public function IsActionOnProtectedElement() : boolean

傳回值

型別:System.Boolean
如果值已加密或 IsEncoded 屬性為 true,或是項目為密碼欄位,則為 true;如果文字等於 TabEnterEscape 索引鍵,則為 false。

.NET Framework 安全性

請參閱

參考

SendKeysAction 類別

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間

IsEncoded

Keys