Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function ReadUserEntries ( _
    registryPathPattern As String _
) As RegistryEntryCollection
RegistryEntryCollection ReadUserEntries(
    string registryPathPattern
)
RegistryEntryCollection^ ReadUserEntries(
    String^ registryPathPattern
)
abstract ReadUserEntries : 
        registryPathPattern:string -> RegistryEntryCollection
function ReadUserEntries(
    registryPathPattern : String
) : RegistryEntryCollection
Parameters
- registryPathPattern
 Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.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.