_VSTREEDISPLAYMASK Enumeration
Visual Studio 2015
Specifies the fields of interest in the VSTREEDISPLAYDATA structure.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| TDM_FORCESELECT | For internal use. | |
| TDM_IMAGE | Specifies that the item's standard image is requested through the Image and hImageList fields in the VSTREEDISPLAYDATA structure. | |
| TDM_SELECTEDIMAGE | Specifies that the item's selected image is requested through the SelectedImage and hImageList fields in the VSTREEDISPLAYDATA structure. | |
| TDM_STATE | Specifies that the item's state information is requested through the Statefield in the VSTREEDISPLAYDATA structure. You need only return those state bit fields that are set in the StateMask. |
From vsshell.idl:
Show: