Compartilhar via


Método RegistryEntryCollection.TryGetValue

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Function TryGetValue ( _
    path As String, _
    <OutAttribute> ByRef entry As RegistryEntry _
) As Boolean
public bool TryGetValue(
    string path,
    out RegistryEntry entry
)

Parâmetros

Valor de retorno

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

RegistryEntryCollection Classe

Namespace Microsoft.TeamFoundation.Framework.Server