IVsLiteTree.Refresh Method

Definition

Refresh the tree by calling UpdateRequired as necessary.

public:
 int Refresh();
public:
 int Refresh();
int Refresh();
public int Refresh ();
abstract member Refresh : unit -> int
Public Function Refresh () As Integer

Returns

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

Applies to