Aracılığıyla paylaş


LoadTestUserContext.Remove Yöntem (KeyValuePair<String, Object>)

İlk geçtiği belirli bir nesneden kaldırır LoadTestUserContext.

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

Sözdizimi

'Bildirim
Public Function Remove ( _
    item As KeyValuePair(Of String, Object) _
) As Boolean
public bool Remove(
    KeyValuePair<string, Object> item
)
public:
virtual bool Remove(
    KeyValuePair<String^, Object^> item
) sealed
abstract Remove : 
        item:KeyValuePair<string, Object> -> bool 
override Remove : 
        item:KeyValuePair<string, Object> -> bool 
public final function Remove(
    item : KeyValuePair<String, Object>
) : boolean

Parametreler

Dönüş Değeri

Tür: System.Boolean
true Madde başarıyla kaldırılmıştır, LoadTestUserContext; Aksi takdirde, false.Bu yöntem ayrıca döndürür false , öğe bulunamadı orijinal LoadTestUserContext.

Yüklenen

ICollection<T>.Remove(T)

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

LoadTestUserContext Sınıf

Remove Fazla Yük

Microsoft.VisualStudio.TestTools.LoadTesting Ad Alanı