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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace