ValuesCollection.Contains Method
Checks whether the specified value exists in this collection.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Декларация
Public Function Contains ( _
value As String _
) As Boolean
public bool Contains(
string value
)
public:
bool Contains(
String^ value
)
member Contains :
value:string -> bool
public function Contains(
value : String
) : boolean
Parameters
- value
Type: System.String
The value of interest.
Return Value
Type: System.Boolean
True if the specified value exists in this 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.