This documentation is archived and is not being maintained.

IArtifactProvider::GetArtifactDocument Method

Returns the data for the artifact in XML form.

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

XmlDocument^ GetArtifactDocument(
	Uri^ artifactUri
)

Parameters

artifactUri
Type: System::Uri

The URI of the artifact.

Return Value

Type: System.Xml::XmlDocument
An XML document that contains the details of the document.

The document has a variable structure that depends on the artifact type. See the XSD definitions for each artifact to determine the structure for a given type.

Show: