VersionControlArtifactProvider Class

Implements IArtifactProvider, which makes the version-control artifacts available in their general form and provides methods to get and convert them into the objects that are used in the object model.

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

Syntax

'Declaration
Public Class VersionControlArtifactProvider _
    Implements IArtifactProvider
'Usage
Dim instance As VersionControlArtifactProvider
public class VersionControlArtifactProvider : IArtifactProvider
public ref class VersionControlArtifactProvider : IArtifactProvider
public class VersionControlArtifactProvider implements IArtifactProvider

Remarks

The version control artifacts are available through an Artifact object or through the XML document that describes the basic data.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Client.VersionControlArtifactProvider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VersionControlArtifactProvider Members

Microsoft.TeamFoundation.VersionControl.Client Namespace