IVsLiteTree.DelayRedraw(Int32) Method

Definition

Indicates whether or not to redraw the tree.

public:
 int DelayRedraw(int fOn);
public:
 int DelayRedraw(int fOn);
int DelayRedraw(int fOn);
public int DelayRedraw (int fOn);
abstract member DelayRedraw : int -> int
Public Function DelayRedraw (fOn As Integer) As Integer

Parameters

fOn
Int32

[in] Boolean. Set to true, prevents redrawing.

Returns

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

Remarks

[C++]

From vsshell.idl

HRESULT IVsLiteTree::DelayRedraw(  
   [in] BOOL fOn  
);  

Applies to