IVsUICollectionChangeEvents Arabirim

Tanım

Bir koleksiyon değiştiğinde recieves bildirimleri.

public interface class IVsUICollectionChangeEvents : Microsoft::VisualStudio::Shell::Interop::IVsUIEventSink
public interface class IVsUICollectionChangeEvents : Microsoft::VisualStudio::Shell::Interop::IVsUIEventSink
__interface IVsUICollectionChangeEvents : Microsoft::VisualStudio::Shell::Interop::IVsUIEventSink
public interface IVsUICollectionChangeEvents : Microsoft.VisualStudio.Shell.Interop.IVsUIEventSink
type IVsUICollectionChangeEvents = interface
    interface IVsUIEventSink
Public Interface IVsUICollectionChangeEvents
Implements IVsUIEventSink
Uygulamalar

Açıklamalar

Bu arabirim, bir koleksiyon değiştiğinde bilgilendirilmek istediğiniz programlar tarafından uygulanır. Arabirimi kullanılarak kaydedilir IVsUICollection .

Yöntemler

Disconnect(IVsUISimpleDataSource)

Veri kaynağıyla bağlantısını keser.

OnAfterItemAdded(IVsUICollection, UInt32)

Koleksiyona yeni bir öğe eklendikten sonra harekete geçirildi.

OnAfterItemRemoved(IVsUICollection, IVsUIDataSource, UInt32)

Koleksiyondan bir öğe kaldırıldıktan sonra harekete geçirildi.

OnAfterItemReplaced(IVsUICollection, IVsUIDataSource, IVsUIDataSource, UInt32)

Öğe güncelleştirildikten sonra harekete geçirildi.

OnInvalidateAllItems(IVsUICollection)

Tüm koleksiyon temizlenmiş veya yenilenmişse tetiklenir.

Şunlara uygulanır