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