RegistryEntryCollection.Item Property

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

Syntax

'宣言
Public ReadOnly Default Property Item ( _
    path As String _
) As RegistryEntry
    Get
public RegistryEntry this[
    string path
] { get; }
public:
property RegistryEntry^ default[String^ path] {
    RegistryEntry^ get (String^ path);
}
member Item : RegistryEntry
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.TeamFoundation.Framework.Client.RegistryEntry

.NET Framework Security

See Also

Reference

RegistryEntryCollection Class

Microsoft.TeamFoundation.Framework.Client Namespace