ValueMap.Remove 方法
从参数列表中移除给定名称所标识的参数。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Extension
程序集: Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
语法
声明
Public Function Remove ( _
parameterName As String _
) As Boolean
public bool Remove(
string parameterName
)
public:
bool Remove(
String^ parameterName
)
member Remove :
parameterName:string -> bool
public function Remove(
parameterName : String
) : boolean
参数
- parameterName
类型:System.String
要移除的参数的名称。
返回值
类型:System.Boolean
如果移除了参数,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。