ReadOnlyObservableSet<T>.OnItemAdded 方法

Invoked when an element is added to the set.

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Protected Overridable Sub OnItemAdded ( _
    item As T _
)
protected virtual void OnItemAdded(
    T item
)

参数

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

.NET Framework 安全性

请参见

参考

ReadOnlyObservableSet<T> 类

Microsoft.VisualStudio.Shell 命名空间