IVsUIHierarchyNativeWindow::SetTreeRedraw Method (Boolean)

 

Sets whether the tree view should enable or disable redraw.

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

void SetTreeRedraw(
	bool fEnabled
)

Parameters

fEnabled
Type: System::Boolean

true if enabled, otherwise false.

Return to top
Show: