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 view source control item URL.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetViewSourceControlItemUrl ( _
serverItemPath As String, _
changesetId As Integer, _
accessMappingMoniker As String _
) As Uri
public Uri GetViewSourceControlItemUrl(
string serverItemPath,
int changesetId,
string accessMappingMoniker
)
public:
Uri^ GetViewSourceControlItemUrl(
String^ serverItemPath,
int changesetId,
String^ accessMappingMoniker
)
member GetViewSourceControlItemUrl :
serverItemPath:string *
changesetId:int *
accessMappingMoniker:string -> Uri
public function GetViewSourceControlItemUrl(
serverItemPath : String,
changesetId : int,
accessMappingMoniker : String
) : Uri
Parameters
serverItemPath
Type: System.StringA server item path.
changesetId
Type: System.Int32A changeset ID.
accessMappingMoniker
Type: System.StringA moniker for the desired access mapping.
Return Value
Type: System.Uri
A view item 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.