Warning: takes and returns complete registry paths including the hive.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overridable Function ReadEntriesInternal ( _
    requestContext As TeamFoundationRequestContext, _
    completeRegistryPath As String _
) As List(Of RegistryEntry)
protected virtual List<RegistryEntry> ReadEntriesInternal(
    TeamFoundationRequestContext requestContext,
    string completeRegistryPath
)
protected:
virtual List<RegistryEntry^>^ ReadEntriesInternal(
    TeamFoundationRequestContext^ requestContext, 
    String^ completeRegistryPath
)
abstract ReadEntriesInternal : 
        requestContext:TeamFoundationRequestContext * 
        completeRegistryPath:string -> List<RegistryEntry> 
override ReadEntriesInternal : 
        requestContext:TeamFoundationRequestContext * 
        completeRegistryPath:string -> List<RegistryEntry> 
protected function ReadEntriesInternal(
    requestContext : TeamFoundationRequestContext, 
    completeRegistryPath : String
) : List<RegistryEntry>
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- completeRegistryPath
 Type: System.String
Return Value
Type: System.Collections.Generic.List<RegistryEntry>
.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.