Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a shelveset details url.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetShelvesetDetailsUrl ( _
shelvesetName As String, _
shelvesetOwner As String _
) As Uri
public Uri GetShelvesetDetailsUrl(
string shelvesetName,
string shelvesetOwner
)
public:
Uri^ GetShelvesetDetailsUrl(
String^ shelvesetName,
String^ shelvesetOwner
)
member GetShelvesetDetailsUrl :
shelvesetName:string *
shelvesetOwner:string -> Uri
public function GetShelvesetDetailsUrl(
shelvesetName : String,
shelvesetOwner : String
) : Uri
Parameters
shelvesetName
Type: System.StringA shelveset name.
shelvesetOwner
Type: System.StringA shelveset owner.
Return Value
Type: System.Uri
A changeset detail URL.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.