Config Helper
GetValueNames Method



KellermanSoftware.ConfigHelper Namespace > RegistryReaderWriter Class : GetValueNames Method
The base location.
Name of the key.
Gets the value names for a key
Syntax
Public Function GetValueNames( _
   ByVal baseLocation As RegistryLocation, _
   ByVal keyName As String _
) As List(Of String)
Dim instance As RegistryReaderWriter
Dim baseLocation As RegistryLocation
Dim keyName As String
Dim value As List(Of String)
 
value = instance.GetValueNames(baseLocation, keyName)
public List<string> GetValueNames( 
   RegistryLocation baseLocation,
   string keyName
)
public:
List<String^>^ GetValueNames( 
   RegistryLocation baseLocation,
   String^ keyName
) 

Parameters

baseLocation
The base location.
keyName
Name of the key.

Return Value

List<System.String>.
Exceptions
ExceptionDescription
keyName
Could not create keyName " + keyName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RegistryReaderWriter Class
RegistryReaderWriter Members