TestParameterCollection.ContainsKey Method
Returns a value that indicates whether a parameter that has the provided name is located in the collection.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Function ContainsKey ( _
name As String _
) As Boolean
public bool ContainsKey(
string name
)
public:
bool ContainsKey(
String^ name
)
member ContainsKey :
name:string -> bool
public function ContainsKey(
name : String
) : boolean
Parameters
name
Type: StringThe name of the parameter to find.
Return Value
Type: Boolean
true if a parameter by that name is located in the collection; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.