IVsLiteTree.DelayRedraw(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);