Share via


RegistryEntryCollection.TryGetValue Method

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

Syntax

'Declaration
Public Function TryGetValue ( _
    path As String, _
    <OutAttribute> ByRef entry As RegistryEntry _
) As Boolean
public bool TryGetValue(
    string path,
    out RegistryEntry entry
)
public:
bool TryGetValue(
    String^ path, 
    [OutAttribute] RegistryEntry^% entry
)
member TryGetValue : 
        path:string * 
        entry:RegistryEntry byref -> bool
public function TryGetValue(
    path : String, 
    entry : RegistryEntry
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

RegistryEntryCollection Class

Microsoft.TeamFoundation.Framework.Server Namespace