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

Syntax

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

Members

Member name Description
TDM_IMAGE Specifies that the item's standard image is requested through the Image 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.
TDM_SELECTEDIMAGE Specifies that the item's selected image is requested through the SelectedImage and hImageList fields in the VSTREEDISPLAYDATA structure.
TDM_FORCESELECT For internal use.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace