TswaHyperlinkBuilder.GetViewSourceControlShelvedItemUrl 方法 (String, String, String, String)
获取视图源代码管理搁置集项 URL。
命名空间: Microsoft.TeamFoundation.Common
程序集: Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)
语法
声明
Public Function GetViewSourceControlShelvedItemUrl ( _
serverItemPath As String, _
shelvesetName As String, _
shelvesetOwner As String, _
accessMappingMoniker As String _
) As Uri
public Uri GetViewSourceControlShelvedItemUrl(
string serverItemPath,
string shelvesetName,
string shelvesetOwner,
string accessMappingMoniker
)
参数
- serverItemPath
类型:System.String
一个已搁置的项目的服务器项目路径。
- shelvesetName
类型:System.String
包含该搁置的项目搁置集的名称。
- shelvesetOwner
类型:System.String
包含该搁置的项目搁置集的所有者。
- accessMappingMoniker
类型:System.String
所需访问映射的标记。
返回值
类型:System.Uri
查看项目 URL。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅 通过部分受信任的代码使用库。