Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONE | No refresh required. | |
| TSCR_CURRENT | Refreshes toggled item. | |
| TSCR_CHILDREN | Refreshes children of toggled item. | |
| TSCR_PARENTS | Refreshes parents of toggled item. | |
| TSCR_PARENTSCHILDREN | Refreshes children of all parents. | |
| TSCR_ENTIRE | 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.