ExtractRegularExpression Class
No content here will be updated; please do not add material here.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::ExtractionRule
Microsoft.VisualStudio.TestTools.WebTesting.Rules::ExtractRegularExpression
| Name | Description | |
|---|---|---|
![]() | ExtractRegularExpression() | Initializes a new instance of the ExtractRegularExpression class. |
| Name | Description | |
|---|---|---|
![]() | ContextParameterName | Gets or sets the context name of the extracted property.(Inherited from ExtractionRule.) |
![]() | HtmlDecode | Gets or sets a value that indicates whether the extracted value should be HTML decoded before the value is placed in the Web performance test context. |
![]() | IgnoreCase | Gets or sets a value that indicates whether matching is case-sensitive. |
![]() | Index | Gets or sets a value that represents an index value of an occurrence of a string that is located in the HtmlDocument. |
![]() | RegularExpression | Gets or sets a regular expression which defines the string to extract. |
![]() | Required | Gets or sets a value that indicates whether the extraction fails if the text represented by RegularExpression does not exist in the HtmlDocument. |
![]() | RuleDescription | Obsolete.This method is no longer used. Use the DisplayNameAttribute on the class to set a description for this rule.(Inherited from ExtractionRule.) |
![]() | RuleName | Obsolete.This method is no longer used. Use the DisplayNameAttribute on the class to set a display name for this rule.(Inherited from ExtractionRule.) |
![]() | UseGroups |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Extract(Object^, ExtractionEventArgs^) | Finds the text represented by the regular expression in the response and adds the value to the WebTestContext.(Overrides ExtractionRule::Extract(Object^, ExtractionEventArgs^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
No content here will be updated; please do not add material here.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


