TeamFoundationBaseRegistryService.ReadEntriesFallThru Method (TeamFoundationRequestContext, String)

ReadEntries is used to read multiple registry values in a single call Values from the fall through registry are included where they do not occur in this registry.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function ReadEntriesFallThru ( _
    requestContext As TeamFoundationRequestContext, _
    registryPathPattern As String _
) As RegistryEntryCollection
public RegistryEntryCollection ReadEntriesFallThru(
    TeamFoundationRequestContext requestContext,
    string registryPathPattern
)
public:
virtual RegistryEntryCollection^ ReadEntriesFallThru(
    TeamFoundationRequestContext^ requestContext, 
    String^ registryPathPattern
) sealed
abstract ReadEntriesFallThru : 
        requestContext:TeamFoundationRequestContext * 
        registryPathPattern:string -> RegistryEntryCollection  
override ReadEntriesFallThru : 
        requestContext:TeamFoundationRequestContext * 
        registryPathPattern:string -> RegistryEntryCollection
public final function ReadEntriesFallThru(
    requestContext : TeamFoundationRequestContext, 
    registryPathPattern : String
) : RegistryEntryCollection

Parameters

  • registryPathPattern
    Type: System.String

    Registry 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

TeamFoundationBaseRegistryService Class

ReadEntriesFallThru Overload

Microsoft.TeamFoundation.Framework.Server Namespace