VSTREEDISPLAYDATA.SelectedImage Field

Specifies an index into an image list indicating which glyph is to be displayed when the item is selected. Return SelectedImage when TDM_SELECTEDIMAGE is set. If not set, the selected image used will be the same as the non-selected image.

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

Syntax

'Declaration
Public SelectedImage As UShort
public ushort SelectedImage
public:
unsigned short SelectedImage
val mutable SelectedImage: uint16
public var SelectedImage : ushort

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VSTREEDISPLAYDATA Structure

Microsoft.VisualStudio.Shell.Interop Namespace