 | RegGetSubValueNames method |
Returns the parameter names of a key in the registry on the left of
on the right-hand side of the registry (Regedit).
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.RegAccess (in NetEti.RegAccess.dll) Version: 1.0.0+3058b4495e47cf04ccc2758883ed79dc29ef784f
Syntaxpublic string[] GetSubValueNames(
string keyString
)
Public Function GetSubValueNames (
keyString As String
) As String()
public:
array<String^>^ GetSubValueNames(
String^ keyString
)
member GetSubValueNames :
keyString : string -> string[]
Parameters
- keyString String
-
Path to the key whose parameter name (Regedit on the right) is being searched for
should be used, based on the currently set RegistryRoot.
Return value
StringString[] with the parameter names (can be empty)
See also