VersionControlArtifactType Enumeration

Describes the version control artifact type.

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

Syntax

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

Members

Member name Description
Changeset Changeset artifact.
Label Label artifact.
LatestItemVersion Latest item version artifact.
None Artifact type is unknown.
ShelvedItem Shelved item artifact.
Shelveset Shelveset artifact.
VersionedItem Versioned item artifact.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace