IVsImageService2::GetImageListImageMonikers Method (ImageMoniker)

Visual Studio 2015
 

Returns the image monikers in an image list.

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

IVsImageMonikerImageList^ GetImageListImageMonikers(
	ImageMoniker moniker
)

Parameters

moniker
Type: Microsoft.VisualStudio.Imaging.Interop::ImageMoniker

The moniker of the image list.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsImageMonikerImageList^

An IVsImageMonikerImageList that contains the image monikers in the specified image list.

Return to top
Show: