The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Pattern Class
Namespace:
Microsoft.VisualStudio.QualityTools.WebTestFramework.Utilities
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Pattern() | Initializes a new instance of the Pattern class. |
![]() | Pattern(Boolean, Pattern::MatchUsing, String^) | Initializes a new instance of the Pattern class. |
![]() | Pattern(Boolean, Pattern::MatchUsing, String^, Regex^, RegexOptions) | Initializes a new instance of the Pattern class. |
![]() | Pattern(Pattern::MatchUsing, String^) | Initializes a new instance of the Pattern class. |
![]() | Pattern(Pattern^) | Initializes a new instance of the Pattern class. |
![]() | Pattern(Regex^) | Initializes a new instance of the Pattern class. |
![]() | Pattern(String^) | Initializes a new instance of the Pattern class. |
| Name | Description | |
|---|---|---|
![]() | Compare(Pattern::MatchUsing, String^, String^) | |
![]() | Compare(String^) | |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Replace(String^, String^) | |
![]() | Replace(String^, String^, String^) | |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | BActive | |
![]() | bIgnoreCase | |
![]() | LastRegExMatch | |
![]() | RegEx | |
![]() | XPathMatchedNode |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



