Share via


Metodo ReadOnlyObservableSet<T>.OnItemAdded

Invoked when an element is added to the set.

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

Sintassi

'Dichiarazione
Protected Overridable Sub OnItemAdded ( _
    item As T _
)
protected virtual void OnItemAdded(
    T item
)

Parametri

  • item
    Tipo: T
    The element that was added to the set.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ReadOnlyObservableSet<T> Classe

Spazio dei nomi Microsoft.VisualStudio.Shell