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.
Get the template for the location of the specified Tswa service.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Protected MustOverride Function GetUrl ( _
serviceType As String, _
accessMappingMoniker As String _
) As Uri
protected abstract Uri GetUrl(
string serviceType,
string accessMappingMoniker
)
protected:
virtual Uri^ GetUrl(
String^ serviceType,
String^ accessMappingMoniker
) abstract
abstract GetUrl :
serviceType:string *
accessMappingMoniker:string -> Uri
protected abstract function GetUrl(
serviceType : String,
accessMappingMoniker : String
) : Uri
Parameters
serviceType
Type: System.StringA Tswa service type.
accessMappingMoniker
Type: System.StringA moniker for the desired access mapping.
Return Value
Type: System.Uri
The template for the location of the specified Tswa serviceType.
.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.