This documentation is archived and is not being maintained.
ServiceHostFilterFlags Enumeration
Visual Studio 2013
Describes the filters to apply when you call ITeamProjectCollectionService.GetCollections.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
| Member name | Description | |
|---|---|---|
| IncludeActiveServicingDetails | Includes details about the hosts that have servicing operations in queued or running states. | |
| IncludeAllServicingDetails | Includes details about the hosts that have servicing operations in queued, running, or completed states. | |
| IncludeChildren | Child nodes of this host will be returned if this host contains child nodes. This applies only to the ApplicationServiceHost and will be ignored for collections. | |
| IncludeCompletedServicingDetails | Includes details about the hosts that have servicing operations in a completed state. | |
| IncludeQueuedServicingDetails | Includes details about the hosts that have servicing operations in a queued state. | |
| IncludeRunningServicingDetails | Includes details about the hosts that have servicing operations in a running state. | |
| None | Only registered collections will be returned. ServicingDetails will be empty. |
Show: