WeakValueDictionary<K, V>.Item Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Default Property Item ( _
    key As K _
) As V
public V this[
    K key
] { get; set; }
public:
property V default[K key] {
    V get (K key);
    void set (K key, V value);
}
member Item : 
        key:'K -> 'V with get, set
JScript does not support indexed properties.

Parameters

  • key
    Type: K

Property Value

Type: V

.NET Framework Security

See Also

Reference

WeakValueDictionary<K, V> Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace