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.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function LocationForCurrentConnection ( _
serviceType As String, _
serviceIdentifier As Guid _
) As String
string LocationForCurrentConnection(
string serviceType,
Guid serviceIdentifier
)
String^ LocationForCurrentConnection(
String^ serviceType,
Guid serviceIdentifier
)
abstract LocationForCurrentConnection :
serviceType:string *
serviceIdentifier:Guid -> string
function LocationForCurrentConnection(
serviceType : String,
serviceIdentifier : Guid
) : String
Parameters
- serviceType
Type: System.String
- serviceIdentifier
Type: System.Guid
Return Value
Type: System.String
.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.