_VSTREESTATECHANGEREFRESH Enum
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.
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
Name | Value | Description |
---|---|---|
TSCR_NONE | 0 | No refresh required. |
TSCR_CURRENT | 1 | Refreshes toggled item. |
TSCR_CHILDREN | 2 | Refreshes children of toggled item. |
TSCR_PARENTS | 4 | Refreshes parents of toggled item. |
TSCR_PARENTSCHILDREN | 8 | Refreshes children of all parents. |
TSCR_ENTIRE | 16 | Refreshes entire tree. |
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.