WebTest.Context Özellik
Alır veya ayarlar Web performans kullanılabilir değişkenleri çalışma zamanında test içerik içeren nesne.
Ad alanı: Microsoft.VisualStudio.TestTools.WebTesting
Derleme: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)
Sözdizimi
'Bildirim
Public Property Context As WebTestContext
public WebTestContext Context { get; internal set; }
public:
property WebTestContext^ Context {
WebTestContext^ get ();
internal: void set (WebTestContext^ value);
}
member Context : WebTestContext with get, internal set
function get Context () : WebTestContext
internal function set Context (value : WebTestContext)
Özellik Değeri
Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTestContext
WebTestContext nesnesi
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.