Compartilhar via


IVsUIHierarchyNativeWindow.SetTreeRedraw(Boolean) Method

Definition

Sets whether the tree view should enable or disable redraw.

public:
 void SetTreeRedraw(bool fEnabled);
public:
 void SetTreeRedraw(bool fEnabled);
void SetTreeRedraw(bool fEnabled);
public void SetTreeRedraw (bool fEnabled);
abstract member SetTreeRedraw : bool -> unit
Public Sub SetTreeRedraw (fEnabled As Boolean)

Parameters

fEnabled
Boolean

true if enabled, otherwise false.

Applies to