Share via


VSTREEDISPLAYDATA.hImageList Field

Handle to an image list. If hImageList is set to zero, the tool's default image list will be used. Indices for glyphs in the default image list are in omglyphs.h.

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

Syntax

'Declaration
Public hImageList As IntPtr
'Usage
Dim instance As VSTREEDISPLAYDATA 
Dim value As IntPtr 

value = instance.hImageList 

instance.hImageList = value
public IntPtr hImageList
public:
IntPtr hImageList
public var hImageList : IntPtr

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VSTREEDISPLAYDATA Structure

VSTREEDISPLAYDATA Members

Microsoft.VisualStudio.Shell.Interop Namespace