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 | |
---|---|---|
None | Artifact type is unknown. | |
VersionedItem | Versioned item artifact. | |
LatestItemVersion | Latest item version artifact. | |
Changeset | Changeset artifact. | |
Label | Label artifact. | |
Shelveset | Shelveset artifact. | |
ShelvedItem | Shelved item artifact. |