_VSTREEITEMCHANGESMASK Enumeration
Visual Studio 2005
Specifies how a tree list has changed.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
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. |