Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified field filter to this list.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function Add ( _
filter As FieldFilter _
) As Integer
public int Add(
FieldFilter filter
)
public:
int Add(
FieldFilter^ filter
)
member Add :
filter:FieldFilter -> int
public function Add(
filter : FieldFilter
) : int
Parameters
- filter
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.FieldFilter
The field filter to add to this list.
Return Value
Type: System.Int32
The index, in this list, of the newly added field filter.
.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.