_VSTREESTATECHANGEREFRESH Enumeration
Specifies which elements of a tree list to refresh. This is for future use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration _VSTREESTATECHANGEREFRESH
public enum _VSTREESTATECHANGEREFRESH
public enum class _VSTREESTATECHANGEREFRESH
type _VSTREESTATECHANGEREFRESH
public enum _VSTREESTATECHANGEREFRESH
Members
Member name | Description | |
---|---|---|
TSCR_CHILDREN | Refreshes children of toggled item. | |
TSCR_CURRENT | Refreshes toggled item. | |
TSCR_ENTIRE | Refreshes entire tree. | |
TSCR_NONE | No refresh required. | |
TSCR_PARENTS | Refreshes parents of toggled item. | |
TSCR_PARENTSCHILDREN | 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.