IVsLiteTreeEvents::OnSetRedraw Method (Int32)

 

Turns redraw on/off.

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

int OnSetRedraw(
	int fOn
)

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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsLiteTreeEvents::OnSetRedraw(
   [in] BOOL fOn
);
Return to top
Show: