次の方法で共有


HybridDictionary<TKey, TValue>.Add Method (TKey, TValue)

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

Syntax

'宣言
Public Sub Add ( _
    key As TKey, _
    value As TValue _
)
public void Add(
    TKey key,
    TValue value
)

Parameters

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)

.NET Framework Security

See Also

Reference

HybridDictionary<TKey, TValue> Class

Add Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace