Returns the data for the artifact in XML form.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetArtifactDocument ( _
    artifactUri As Uri _
) As XmlDocument
XmlDocument GetArtifactDocument(
    Uri artifactUri
)
XmlDocument^ GetArtifactDocument(
    Uri^ artifactUri
)
abstract GetArtifactDocument : 
        artifactUri:Uri -> XmlDocument
function GetArtifactDocument(
    artifactUri : Uri
) : XmlDocument
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.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.