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.
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
'Declaration
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