Compartir a través de


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

Public SelectedImage As UShort

Dim instance As VSTREEDISPLAYDATA
Dim value As UShort

value = instance.SelectedImage

instance.SelectedImage = value
public ushort SelectedImage
public:
unsigned short SelectedImage
public var SelectedImage : ushort

Field Value

Type: System.UInt16

Remarks

COM Signature

From vsshell.idl:

Permissions

See Also

Reference

VSTREEDISPLAYDATA Structure

VSTREEDISPLAYDATA Members

Microsoft.VisualStudio.Shell.Interop Namespace