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)
'Declaration Public Delegate Sub GetFilterCallback ( _ workspace As Workspace, _ operations As ILocalUpdateOperation(), _ userData As Object _ )
Parameters
- workspace
- Type: Microsoft.TeamFoundation.VersionControl.Client.Workspace
- operations
- Type: Microsoft.TeamFoundation.VersionControl.Client.ILocalUpdateOperation()
- userData
- Type: System.Object
Show: