This documentation is archived and is not being maintained.
GetFilterCallback Delegate
Visual Studio 2013
This delegate type provides the ability to filter the results of a get after the server request but before the results are processed locally. See the Workspace Get() method.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public delegate void GetFilterCallback( Workspace workspace, ILocalUpdateOperation[] operations, Object userData )
Parameters
- workspace
- Type: Microsoft.TeamFoundation.VersionControl.Client.Workspace
- operations
- Type: Microsoft.TeamFoundation.VersionControl.Client.ILocalUpdateOperation[]
- userData
- Type: System.Object
Show: