Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function ReadEntriesFallThru ( _
    requestContext As TeamFoundationRequestContext, _
    teamFoundationId As Guid, _
    registryPathPattern As String _
) As RegistryEntryCollection
public RegistryEntryCollection ReadEntriesFallThru(
    TeamFoundationRequestContext requestContext,
    Guid teamFoundationId,
    string registryPathPattern
)
public:
RegistryEntryCollection^ ReadEntriesFallThru(
    TeamFoundationRequestContext^ requestContext, 
    Guid teamFoundationId, 
    String^ registryPathPattern
)
member ReadEntriesFallThru : 
        requestContext:TeamFoundationRequestContext * 
        teamFoundationId:Guid * 
        registryPathPattern:string -> RegistryEntryCollection
public function ReadEntriesFallThru(
    requestContext : TeamFoundationRequestContext, 
    teamFoundationId : Guid, 
    registryPathPattern : String
) : RegistryEntryCollection
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- teamFoundationId
 Type: System.Guid
- registryPathPattern
 Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.RegistryEntryCollection
Returns RegistryEntryCollection.
.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.