IVsHierarchyEvents::OnInvalidateItems Method (UInt32)
Visual Studio 2015
Notifies clients when changes are made to the item inventory of a hierarchy.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- itemidParent
-
Type:
System::UInt32
[in] Parent item identifier, or root, of the hierarchy whose item inventory has changed.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsHierarchyEvents::OnInvalidateItems(
[in] VSITEMID itemidParent
);
This method is called to tell any listeners to throw out any cached information about a hierarchy and any children of that hierarchy.
Show: