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
- registryPath
Tipo: System.String
- registryValue
Tipo: T
Valore restituito
Tipo: Microsoft.TeamFoundation.Framework.Server.RegistryEntry
Restituisca il valore RegistryEntry.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.