IVsLiteTreeEvents::OnSetRedraw Method (Int32)
Visual Studio 2015
Turns redraw on/off.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- fOn
-
Type:
System::Int32
[In] Boolean input parameter set to TRUE when Redraw is set to ON and set to FALSE if redraw is set to OFF.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsLiteTreeEvents::OnSetRedraw(
[in] BOOL fOn
);
Show: