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