Share via


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 安全性

请参见

参考

TswaHyperlinkBuilder 类

GetViewSourceControlShelvedItemUrl 重载

Microsoft.TeamFoundation.Common 命名空间