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.
GetRegistrationEntries is used to retrieve the set of services and configuration information about them. Using this overload will return the services in the default accessMapping. If a specific zone is required used the overload and supply the accessMapping.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetRegistrationEntries ( _
requestContext As TeamFoundationRequestContext, _
toolId As String _
) As FrameworkRegistrationEntry()
public FrameworkRegistrationEntry[] GetRegistrationEntries(
TeamFoundationRequestContext requestContext,
string toolId
)
public:
array<FrameworkRegistrationEntry^>^ GetRegistrationEntries(
TeamFoundationRequestContext^ requestContext,
String^ toolId
)
member GetRegistrationEntries :
requestContext:TeamFoundationRequestContext *
toolId:string -> FrameworkRegistrationEntry[]
public function GetRegistrationEntries(
requestContext : TeamFoundationRequestContext,
toolId : String
) : FrameworkRegistrationEntry[]
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextContext for this request.
toolId
Type: System.StringToolId filter for which entries to retrieve.
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.FrameworkRegistrationEntry[]
Set of framework entries that match the specified toolId.
.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.