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 changeset details URL.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetChangesetDetailsUrl ( _
changesetId As Integer _
) As Uri
public Uri GetChangesetDetailsUrl(
int changesetId
)
public:
Uri^ GetChangesetDetailsUrl(
int changesetId
)
member GetChangesetDetailsUrl :
changesetId:int -> Uri
public function GetChangesetDetailsUrl(
changesetId : int
) : Uri
Parameters
changesetId
Type: System.Int32The changeset ID.
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.