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.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetRegistrationEntries ( _
toolId As String _
) As RegistrationEntry()
RegistrationEntry[] GetRegistrationEntries(
string toolId
)
array<RegistrationEntry^>^ GetRegistrationEntries(
String^ toolId
)
abstract GetRegistrationEntries :
toolId:string -> RegistrationEntry[]
function GetRegistrationEntries(
toolId : String
) : RegistrationEntry[]
Parameters
- toolId
Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Server.RegistrationEntry[]
Returns RegistrationEntry.
.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.