IVsHierarchyEvents::OnInvalidateIcon Method (IntPtr)
Visual Studio 2015
Notifies clients when changes are made to icons.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- hicon
-
Type:
System::IntPtr
[in] Icon handle.
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::OnInvalidateIcon(
[in] HICON hicon
);
This method runs only on the local computer. You cannot invoke it remotely.
Show: