_VSTREEITEMCHANGESMASK Enumeration

 

Specifies how a tree list has changed.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum _VSTREEITEMCHANGESMASK

Member nameDescription
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.

Return to top
Show: