ExtractText 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::ExtractText
| Name | Description | |
|---|---|---|
![]() | ExtractText() | Initializes a new instance of the ExtractText class. |
| Name | Description | |
|---|---|---|
![]() | ContextParameterName | Gets or sets the context name of the extracted property.(Inherited from ExtractionRule.) |
![]() | EndsWith | Gets or sets a value that represents the string that delimits the end of the string to extract. |
![]() | ExtractRandomMatch | Indicates whether the extracted value is chosen randomly from all matches in the HtmlDocument. |
![]() | HtmlDecode | Gets or sets a value that indicates whether the extracted value should be HTML decoded before the value is put into the Web performance test context. |
![]() | IgnoreCase | Gets or sets a value that indicates whether matching is case-sensitive. |
![]() | Index | Gets or sets the zero-based index of the string to match. |
![]() | Required | Gets or sets a value that indicates whether the request fails if the search text is not found. |
![]() | 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.) |
![]() | SearchInHeaders | |
![]() | StartsWith | Gets or sets a value that represents the string that delimits the start of the string to extract. |
![]() | UseRegularExpression | Gets or sets a value that indicates whether the search strings are regular expressions. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Extract(Object^, ExtractionEventArgs^) | Finds the text that is delimited by the StartsWith and EndsWith properties and adds the text 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.


