TswaHyperlinkBuilder.GetChangesetDetailsUrl Method (Int32, String)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Dichiarazione
Public Function GetChangesetDetailsUrl ( _
changesetId As Integer, _
accessMappingMoniker As String _
) As Uri
public Uri GetChangesetDetailsUrl(
int changesetId,
string accessMappingMoniker
)
public:
Uri^ GetChangesetDetailsUrl(
int changesetId,
String^ accessMappingMoniker
)
member GetChangesetDetailsUrl :
changesetId:int *
accessMappingMoniker:string -> Uri
public function GetChangesetDetailsUrl(
changesetId : int,
accessMappingMoniker : String
) : Uri
Parameters
- changesetId
Type: System.Int32
- accessMappingMoniker
Type: System.String
Return Value
Type: System.Uri
.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.