PendingSetType Enumeration

Used to distinguish workspaces from pending sets in QueryPendingChanges calls.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Enumeration PendingSetType
public enum PendingSetType
public enum class PendingSetType
type PendingSetType
public enum PendingSetType

Members

Member name Description
Shelveset Shelveset type.

Workspace Workspace type.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace