다음을 통해 공유


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

‘선언
Public hImageList As IntPtr
‘사용 방법
Dim instance As VSTREEDISPLAYDATA
Dim value As IntPtr

value = instance.hImageList

instance.hImageList = value
public IntPtr hImageList
public:
IntPtr hImageList
val mutable hImageList: IntPtr
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