Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of references to extraction rules that are defined for the request.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property ExtractionRuleReferences As ExtractionRuleReferenceCollection
'Usage
Dim instance As WebTestRequest
Dim value As ExtractionRuleReferenceCollection
value = instance.ExtractionRuleReferences
instance.ExtractionRuleReferences = value
public ExtractionRuleReferenceCollection ExtractionRuleReferences { get; internal set; }
public:
property ExtractionRuleReferenceCollection^ ExtractionRuleReferences {
ExtractionRuleReferenceCollection^ get ();
void set (ExtractionRuleReferenceCollection^ value);
}
public function get ExtractionRuleReferences () : ExtractionRuleReferenceCollection
public function set ExtractionRuleReferences (value : ExtractionRuleReferenceCollection)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.ExtractionRuleReferenceCollection
.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.