Share via


Metodo RegistryEntry.Create<T>

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public Shared Function Create(Of T) ( _
    registryPath As String, _
    registryValue As T _
) As RegistryEntry
public static RegistryEntry Create<T>(
    string registryPath,
    T registryValue
)

Parametri di tipo

  • T

Parametri

  • registryValue
    Tipo: T

Valore restituito

Tipo: Microsoft.TeamFoundation.Framework.Server.RegistryEntry

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RegistryEntry Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server