Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides TswaHyperlinkBuilder.GetUrl(String, String).
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overrides Function GetUrl ( _
serviceType As String, _
accessMappingMoniker As String _
) As Uri
protected override Uri GetUrl(
string serviceType,
string accessMappingMoniker
)
protected:
virtual Uri^ GetUrl(
String^ serviceType,
String^ accessMappingMoniker
) override
abstract GetUrl :
serviceType:string *
accessMappingMoniker:string -> Uri
override GetUrl :
serviceType:string *
accessMappingMoniker:string -> Uri
protected override function GetUrl(
serviceType : String,
accessMappingMoniker : String
) : Uri
Parameters
- serviceType
Type: System.String
- 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.