_VSTREESTATECHANGEREFRESH Enum

Definition

Specifies which elements of a tree list to refresh. This is for future use.

public enum class _VSTREESTATECHANGEREFRESH
public enum class _VSTREESTATECHANGEREFRESH
enum _VSTREESTATECHANGEREFRESH
public enum _VSTREESTATECHANGEREFRESH
type _VSTREESTATECHANGEREFRESH = 
Public Enum _VSTREESTATECHANGEREFRESH
Inheritance
_VSTREESTATECHANGEREFRESH

Fields

TSCR_CHILDREN 2

Refreshes children of toggled item.

TSCR_CURRENT 1

Refreshes toggled item.

TSCR_ENTIRE 16

Refreshes entire tree.

TSCR_NONE 0

No refresh required.

TSCR_PARENTS 4

Refreshes parents of toggled item.

TSCR_PARENTSCHILDREN 8

Refreshes children of all parents.

Remarks

COM Signature

From vsshell.idl:

The _VSTREESTATECHANGEREFRESH enumeration is in place for future support of dynamic updating of tree lists. It is not currently supported.

Applies to