Checks whether the specified FieldFilter exists in this list.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
Public Function Contains ( _
    value As FieldFilter _
) As Boolean
public bool Contains(
    FieldFilter value
)
public:
bool Contains(
    FieldFilter^ value
)
member Contains : 
        value:FieldFilter -> bool 
public function Contains(
    value : FieldFilter
) : boolean
Parameters
- value
 Type: Microsoft.TeamFoundation.WorkItemTracking.Client.FieldFilter
 The desired FieldFilter.
Return Value
Type: System.Boolean
True if the specified FieldFilter exists in this list; 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.