IArtifactProvider Interface
Defines methods to retrieve an artifact and the generalized document form.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
声明
Public Interface IArtifactProvider
public interface IArtifactProvider
public interface class IArtifactProvider
type IArtifactProvider = interface end
public interface IArtifactProvider
The IArtifactProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetArtifactDocument | Returns the data for the artifact in XML form. |
Top