RegistryEntryCollection Constructor

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

Syntax

'Declaration
Public Sub New ( _
    rootPath As String _
)
public RegistryEntryCollection(
    string rootPath
)
public:
RegistryEntryCollection(
    String^ rootPath
)
new : 
        rootPath:string -> RegistryEntryCollection
public function RegistryEntryCollection(
    rootPath : String
)

Parameters

.NET Framework Security

See Also

Reference

RegistryEntryCollection Class

Microsoft.TeamFoundation.Framework.Client Namespace