_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)

Syntax

'Declaration
Public Enumeration _VSTREEITEMCHANGESMASK
'Usage
Dim instance As _VSTREEITEMCHANGESMASK
public enum _VSTREEITEMCHANGESMASK
public enum class _VSTREEITEMCHANGESMASK
public enum _VSTREEITEMCHANGESMASK

Members

Member name Description
TCT_NOCHANGE There has not been a change to the tree list.
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_TOOMANYCHANGES There have been too many changes to the tree list.

Remarks

COM Signature

From vsshell.idl:

[C++]

The _VSTREEITEMCHANGESMASK is in place for future support of dynamic updating of tree lists. It is not currently implemented.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace