TswaHyperlinkBuilder.GetDifferenceSourceControlShelvedItemUrl 方法 (String, String, String, String, String, String)
获取差异工具相关联的 URL。
命名空间: Microsoft.TeamFoundation.Common
程序集: Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)
语法
声明
Public Function GetDifferenceSourceControlShelvedItemUrl ( _
originalItemServerPath As String, _
originalItemVersionSpec As String, _
shelvedItemServerPath As String, _
shelvesetName As String, _
shelvesetOwner As String, _
accessMappingMoniker As String _
) As Uri
public Uri GetDifferenceSourceControlShelvedItemUrl(
string originalItemServerPath,
string originalItemVersionSpec,
string shelvedItemServerPath,
string shelvesetName,
string shelvesetOwner,
string accessMappingMoniker
)
参数
- originalItemServerPath
类型:System.String
为基元 project server 路径。
- originalItemVersionSpec
类型:System.String
一个初始版本规范。
- shelvedItemServerPath
类型:System.String
搁置的项目的服务器路径。
- shelvesetName
类型:System.String
包含该搁置的项目搁置集的名称
- shelvesetOwner
类型:System.String
包含该搁置的项目搁置集的所有者。
- accessMappingMoniker
类型:System.String
所需访问映射的标记。
返回值
类型:System.Uri
差异工具相关联的 URL。
备注
originalItemVersionSpec可以是如下内容之一:
整数小于 1
最新版本的整数大于或等于 1
变更集编号 C changesetNumber {},L' {label,D} {} {} VersionSpec T 日期
项目的提示版本在 VersionSpec 指定的版本
P {} VersionSpec -项的旧版本在 VersionSpec 指定的版本。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅 通过部分受信任的代码使用库。