FormPostParameterCollection.Contains 方法 (String)
获取一个值,该值指示 FormPostParameter 是否出现在此集合中。
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
Public Function Contains ( _
parameterName As String _
) As Boolean
public bool Contains(
string parameterName
)
public:
bool Contains(
String^ parameterName
)
member Contains :
parameterName:string -> bool
public function Contains(
parameterName : String
) : boolean
参数
parameterName
类型:String要在此集合中查找的 FormPostParameter 的名称。
返回值
类型:Boolean
如果 FormPostParameter 存在于此集合中,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。