This documentation is archived and is not being maintained.

TswaHyperlinkBuilder::GetDifferenceSourceControlShelvedItemUrl Method (String, Int32, String, String, String)

Gets a URL for a diff tool.

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

public:
Uri^ GetDifferenceSourceControlShelvedItemUrl(
	String^ originalItemServerPath, 
	int originalItemChangeset, 
	String^ shelvedItemServerPath, 
	String^ shelvesetName, 
	String^ shelvesetOwner
)

Parameters

originalItemServerPath
Type: System::String

An original item server path.

originalItemChangeset
Type: System::Int32

An original item changeset ID.

shelvedItemServerPath
Type: System::String

Server path of the shelved item.

shelvesetName
Type: System::String

The name of the shelveset that contains the shelved item.

shelvesetOwner
Type: System::String

The owner of the shelveset that contains the shelved item.

Return Value

Type: System::Uri
A URL for a diff tool.

Show: