LoadTestUserContext.Remove 方法 (String)

返回一个值,该值指示是否必须从 LoadTestUserContext 对象中移除特定对象的第一个匹配项。

命名空间:  Microsoft.VisualStudio.TestTools.LoadTesting
程序集:  Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

语法

声明
Public Function Remove ( _
    key As String _
) As Boolean
public bool Remove(
    string key
)
public:
virtual bool Remove(
    String^ key
) sealed
abstract Remove : 
        key:string -> bool  
override Remove : 
        key:string -> bool
public final function Remove(
    key : String
) : boolean

参数

  • key
    类型:String

    用作要移除元素的键的唯一标识符。

返回值

类型:Boolean
如果必须删除指定对象的第一个匹配项,则为 true;否则为 false。

实现

IDictionary.Remove(UTP)

.NET Framework 安全性

请参阅

参考

LoadTestUserContext 类

Remove 重载

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间