Właściwość DeclarativeWebTest.ContextParameters —
Pobiera zestaw parametrów kontekstu skojarzonych z tym testu wydajności sieci Web.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.WebTesting
Zestaw: Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Składnia
'Deklaracja
Public Property ContextParameters As ContextParameterCollection
public ContextParameterCollection ContextParameters { get; internal set; }
public:
property ContextParameterCollection^ ContextParameters {
ContextParameterCollection^ get ();
internal: void set (ContextParameterCollection^ value);
}
member ContextParameters : ContextParameterCollection with get, internal set
function get ContextParameters () : ContextParameterCollection
internal function set ContextParameters (value : ContextParameterCollection)
Wartość właściwości
Typ: Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
Kolekcja parametrów kontekstu.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..