ITeamFoundationRegistryService.ReadEntriesFallThru Method
ReadEntries is used to read multiple registry values in a single call Values from the fallthru registry are included where they do not exist in this registry
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function ReadEntriesFallThru ( _
requestContext As TeamFoundationRequestContext, _
registryPathPattern As String _
) As RegistryEntryCollection
RegistryEntryCollection ReadEntriesFallThru(
TeamFoundationRequestContext requestContext,
string registryPathPattern
)
RegistryEntryCollection^ ReadEntriesFallThru(
TeamFoundationRequestContext^ requestContext,
String^ registryPathPattern
)
abstract ReadEntriesFallThru :
requestContext:TeamFoundationRequestContext *
registryPathPattern:string -> RegistryEntryCollection
function ReadEntriesFallThru(
requestContext : TeamFoundationRequestContext,
registryPathPattern : String
) : RegistryEntryCollection
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context
registryPathPattern
Type: System.StringRegitry path and pattern to read
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.RegistryEntryCollection
Collection of registry entries that match the path and pattern
.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.