ValidationRuleFindText.IgnoreCase 属性

获取或设置一个值指示该匹配是否区分大小写。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property IgnoreCase As Boolean
    Get
    Set
public bool IgnoreCase { get; set; }
public:
property bool IgnoreCase {
    bool get ();
    void set (bool value);
}
member IgnoreCase : bool with get, set
function get IgnoreCase () : boolean
function set IgnoreCase (value : boolean)

属性值

类型:System.Boolean
如果匹配不区分大小写,则为 true;否则为 false。默认值为 false。

.NET Framework 安全性

请参见

参考

ValidationRuleFindText 类

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空间