VSTREELISTITEMCHANGE Structure
Visual Studio 2015
Specifies dynamic changes to a tree list.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | grfChange | Specifies the changes that have occurred. Values are taken from the _VSTREEITEMCHANGESMASK enumeration. |
![]() | index | Identifies a tree list item. |
From vsshell.idl:
typedef struct _VSTREELISTITEMCHANGE { ULONG Index; VSTREEITEMCHANGESMASK grfChange; } VSTREELISTITEMCHANGE;
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

