次の方法で共有


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

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

Syntax

'宣言
Public Sub Add ( _
    item As KeyValuePair(Of TKey, TValue) _
)
public void Add(
    KeyValuePair<TKey, TValue> item
)

Parameters

Implements

ICollection<T>.Add(T)

.NET Framework Security

See Also

Reference

HybridDictionary<TKey, TValue> Class

Add Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace