Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |