Expand Minimize
This topic has not yet been rated - Rate this topic

_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
public enum _VSTREEITEMCHANGESMASK
public enum _VSTREEITEMCHANGESMASK
 Member nameDescription
TCT_ITEMADDEDAn item has been added to the tree list.  
TCT_ITEMDELETEDAn item has been deleted from the tree list.  
TCT_ITEMNAMECHANGEDThe TTO_DEFAULT value returned by GetText.  
TCT_ITEMPROPSCHANGEDA tree list item's property changed.  
TCT_NOCHANGEThere has not been a change to the tree list.  
TCT_TOOMANYCHANGESThere have been too many changes to the tree list.  

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.