다음을 통해 공유


LoadTestContext.Remove 메서드 (KeyValuePair<String, Object>)

LoadTestContext에서 맨 처음 발견되는 특정 개체를 제거합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.LoadTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.LoadTestFramework(Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

구문

‘선언
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

매개 변수

  • item
    형식: KeyValuePair<String, Object>

    LoadTestContext에서 제거할 개체입니다.

반환 값

형식: Boolean
LoadTestContext에서 항목을 제거한 경우 true이고, 그렇지 않으면 false입니다.이 메서드는 원래 LoadTestContext에서 항목을 찾지 못한 경우에도 false를 반환합니다.

구현

ICollection.Remove(UTP)

.NET Framework 보안

참고 항목

참조

LoadTestContext 클래스

Remove 오버로드

Microsoft.VisualStudio.TestTools.LoadTesting 네임스페이스