Aracılığıyla paylaş


DeclarativeWebTest.ContextParameters Özellik

Bu Web performans testi ile ilişkili içerik parametreleri kümesini alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
İçerik parametreler koleksiyonu.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DeclarativeWebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı