RegistryKey: GetSubKeyNames

GetSubKeyNames

Returns a list of SubKey names within the current SubKey.



 Public Function GetSubKeyNames ( ) As String ( )

Return Values

String() -  The list of SubKeys.

Remarks

Values within the SubKey are not included in the list.

If no SubKeys exist then a zero-length array is returned.

See Also

Project CorLib Overview

Class RegistryKey Overview