public static string GetSubKeyPath(
string registryPath
)
Public Shared Function GetSubKeyPath (
registryPath As String
) As String
Dim registryPath As String
Dim returnValue As String
returnValue = UtilRegistry.GetSubKeyPath(registryPath)
public:
static String^ GetSubKeyPath(
String^ registryPath
)
static member GetSubKeyPath :
registryPath : string -> string
No code example is currently available or this language may not be supported.
[Missing <param name="registryPath"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.GetSubKeyPath(System.String)"]