DeclarativeWebTest.GetExtractionRuleVariables Method
Returns all the extraction rule variable names in the web test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Function GetExtractionRuleVariables As String()
public string[] GetExtractionRuleVariables()
public:
array<String^>^ GetExtractionRuleVariables()
member GetExtractionRuleVariables : unit -> string[]
public function GetExtractionRuleVariables() : String[]
Return Value
Type: array<String[]
The extraction rule variable names.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.