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
- rootPath
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.