_VSTREEDISPLAYMASK Enumeration

 

Specifies the fields of interest in the VSTREEDISPLAYDATA structure.

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

public enum _VSTREEDISPLAYMASK

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

Return to top
Show: