IVsUICollectionChangeEvents::OnInvalidateAllItems Method (IVsUICollection^)

 

Fired if the entire collection has been cleared or refreshed.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int OnInvalidateAllItems(
	IVsUICollection^ pCollection
)

Parameters

pCollection
Type: Microsoft.VisualStudio.Shell.Interop::IVsUICollection^

[in] The collection that changed.

Return Value

Type: System::Int32

Ignored.

Return to top
Show: