ExtractRegularExpression.UseGroups 属性

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

语法

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

属性值

类型:Boolean

.NET Framework 安全性

请参阅

参考

ExtractRegularExpression 类

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