RegistryEntryCollection.Item Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
path As String _
) As RegistryEntry
public RegistryEntry this[
string path
] { get; }
public:
property RegistryEntry^ default[String^ path] {
RegistryEntry^ get (String^ path);
}
member Item :
path:string -> RegistryEntry with get
JScript does not support indexed properties.
Parameters
- path
Type: System.String
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.RegistryEntry
.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.