Condividi tramite


Metodo TfsConnection.GetFullyQualifiedUriForName

Questa funzione presuppone che il nome passato sarà il nome descrittivo del server o URL la radice della raccolta. I URL completi nella pagina di servizio di percorso non devono essere passati qui.

Spazio dei nomi:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Sintassi

'Dichiarazione
Protected Shared Function GetFullyQualifiedUriForName ( _
    name As String, _
    locationServiceRelativePath As String, _
    getRegisteredUri As Func(Of String, Uri) _
) As Uri
protected static Uri GetFullyQualifiedUriForName(
    string name,
    string locationServiceRelativePath,
    Func<string, Uri> getRegisteredUri
)

Parametri

Valore restituito

Tipo: System.Uri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TfsConnection Classe

Spazio dei nomi Microsoft.TeamFoundation.Client