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.
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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
registryPathPattern
Type: System.StringRegistry 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.