RegistryHelper.OpenSubKey 方法

命名空间:  Microsoft.TeamFoundation.Common.Internal
程序集:  Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)

语法

声明
Public Shared Function OpenSubKey ( _
    hive As RegistryHive, _
    subKey As String, _
    accessMask As RegistryAccessMask _
) As SafeHandle
public static SafeHandle OpenSubKey(
    RegistryHive hive,
    string subKey,
    RegistryAccessMask accessMask
)

参数

返回值

类型:System.Runtime.InteropServices.SafeHandle

.NET Framework 安全性

请参见

参考

RegistryHelper 类

Microsoft.TeamFoundation.Common.Internal 命名空间