Share via


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

  • registryPathPattern
    Type: System.String

    Regitry 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

See Also

Reference

ITeamFoundationRegistryService Interface

Microsoft.TeamFoundation.Framework.Server Namespace