Metodo RegistryHelper.CreateSubKey (SafeHandle, String, RegistryAccessMask, Boolean%)

Spazio dei nomi:  Microsoft.TeamFoundation.Common.Internal
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Sintassi

'Dichiarazione
Public Shared Function CreateSubKey ( _
    key As SafeHandle, _
    subKey As String, _
    accessMask As RegistryAccessMask, _
    <OutAttribute> ByRef createdNew As Boolean _
) As SafeHandle
public static SafeHandle CreateSubKey(
    SafeHandle key,
    string subKey,
    RegistryAccessMask accessMask,
    out bool createdNew
)

Parametri

Valore restituito

Tipo: System.Runtime.InteropServices.SafeHandle

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RegistryHelper Classe

Overload CreateSubKey

Spazio dei nomi Microsoft.TeamFoundation.Common.Internal