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
'Декларация
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. |