比較ツールの URL を取得します。
名前空間: Microsoft.TeamFoundation.Common
アセンブリ: Microsoft.TeamFoundation.Common (Microsoft.TeamFoundation.Common.dll 内)
構文
'宣言
Public Function GetDifferenceSourceControlShelvedItemUrl ( _
originalItemServerPath As String, _
originalItemChangeset As Integer, _
shelvedItemServerPath As String, _
shelvesetName As String, _
shelvesetOwner As String _
) As Uri
public Uri GetDifferenceSourceControlShelvedItemUrl(
string originalItemServerPath,
int originalItemChangeset,
string shelvedItemServerPath,
string shelvesetName,
string shelvesetOwner
)
パラメーター
- originalItemServerPath
型 : System.String
元のアイテムのサーバー パス。
- originalItemChangeset
型 : System.Int32
元の項目の変更セットの ID
- shelvedItemServerPath
型 : System.String
シェルブされた項目のサーバー パス。
- shelvesetName
型 : System.String
シェルブされた項目を含むシェルブセットの名前。
- shelvesetOwner
型 : System.String
シェルブされた項目を含むシェルブセットの所有者。
戻り値
型 : System.Uri
比較ツールの URL。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。