TswaHyperlinkBuilder.GetShelvesetDetailsUrl 方法 (String, String)
获取搁置集的详细信息 URL。
命名空间: Microsoft.TeamFoundation.Common
程序集: Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)
语法
声明
Public Function GetShelvesetDetailsUrl ( _
shelvesetName As String, _
shelvesetOwner As String _
) As Uri
public Uri GetShelvesetDetailsUrl(
string shelvesetName,
string shelvesetOwner
)
参数
- shelvesetName
类型:System.String
搁置集名称。
- shelvesetOwner
类型:System.String
搁置集所有者。
返回值
类型:System.Uri
变更集详细信息 URL。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅 通过部分受信任的代码使用库。