_VSTREEITEMCHANGESMASK Enumeration
Visual Studio 2015
Specifies how a tree list has changed.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| TCT_ITEMADDED | An item has been added to the tree list. | |
| TCT_ITEMDELETED | An item has been deleted from the tree list. | |
| TCT_ITEMNAMECHANGED | The TTO_DEFAULT value returned by GetText. | |
| TCT_ITEMPROPSCHANGED | A tree list item's property changed. | |
| TCT_NOCHANGE | There has not been a change to the tree list. | |
| TCT_TOOMANYCHANGES | There have been too many changes to the tree list. |
From vsshell.idl:
[C++]
The _VSTREEITEMCHANGESMASK is in place for future support of dynamic updating of tree lists. It is not currently implemented.
Show: