RegistryHelper.CreateSubKey 方法 (RegistryHive, String, RegistryAccessMask, RegistrySecurity)

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

语法

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

参数

返回值

类型:System.Runtime.InteropServices.SafeHandle

.NET Framework 安全性

请参见

参考

RegistryHelper 类

CreateSubKey 重载

Microsoft.TeamFoundation.Common.Internal 命名空间