Compartir a través de


RegistryHelper.TryOpenSubKeyInReadMode Method

Definition

public:
 static bool TryOpenSubKeyInReadMode(Microsoft::Win32::RegistryHive registryHive, System::String ^ subKeyPath, [Runtime::InteropServices::Out] Microsoft::Win32::RegistryKey ^ % registryKey);
public static bool TryOpenSubKeyInReadMode (Microsoft.Win32.RegistryHive registryHive, string subKeyPath, out Microsoft.Win32.RegistryKey registryKey);
static member TryOpenSubKeyInReadMode : Microsoft.Win32.RegistryHive * string * RegistryKey -> bool
Public Shared Function TryOpenSubKeyInReadMode (registryHive As RegistryHive, subKeyPath As String, ByRef registryKey As RegistryKey) As Boolean

Parameters

registryHive
RegistryHive
subKeyPath
String
registryKey
RegistryKey

Returns

Applies to