SetValueAction.IsActionOnProtectedElement 方法 ()

 

返回指示关联元素是否受保护的值。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

public bool IsActionOnProtectedElement()
public:
bool IsActionOnProtectedElement()
member IsActionOnProtectedElement : unit -> bool
Public Function IsActionOnProtectedElement As Boolean

返回值

Type: System.Boolean

如果此操作的 IsEncoded 属性为 true 或关联元素为密码控件,则为 true;否则为 false

请参阅

IsEncoded
SetValueAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首