Proprietà HybridDictionary<TKey, TValue>.Item

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Default Property Item ( _
    key As TKey _
) As TValue
public TValue this[
    TKey key
] { get; set; }

Parametri

Valore proprietà

Tipo: TValue

Implementa

IDictionary<TKey, TValue>.Item

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HybridDictionary<TKey, TValue> Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI