This documentation is archived and is not being maintained.

VersionControlArtifactProvider::GetLatestItemVersion Method

Gets the latest item version.

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

public:
Item^ GetLatestItemVersion(
	Uri^ artifactUri
)

Parameters

artifactUri
Type: System::Uri

The artifact Uri.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client::Item
The latest item version.

Show: