DisplayFieldList.Contains Method
Checks whether the specified FieldDefinition object is located 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 FieldDefinition _
) As Boolean
public bool Contains(
FieldDefinition value
)
public:
bool Contains(
FieldDefinition^ value
)
member Contains :
value:FieldDefinition -> bool
public function Contains(
value : FieldDefinition
) : boolean
Parameters
- value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.FieldDefinition
The FieldDefinition object of interest.
Return Value
Type: System.Boolean
True if the specified FieldDefinition object 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.