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;如果文字等於 Tab、Enter 或 Escape 索引鍵,則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。