TFCommonUtil.ReadRegistryValue<T> (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Common
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

'Declaración
Public Shared Function ReadRegistryValue(Of T) ( _
    hiveRoot As RegistryKey, _
    key As String, _
    valueName As String _
) As T
public static T ReadRegistryValue<T>(
    RegistryKey hiveRoot,
    string key,
    string valueName
)

Parámetros de tipo

  • T

Parámetros

Valor devuelto

Tipo: T

Seguridad de .NET Framework

Vea también

Referencia

TFCommonUtil Clase

Microsoft.TeamFoundation.Common (Espacio de nombres)