Share via


IVsImageService2.GetImageListImageMonikers(ImageMoniker) Method

Definition

Returns the image monikers in an image list.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList ^ GetImageListImageMonikers(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker moniker);
Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList GetImageListImageMonikers(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker moniker);
public Microsoft.VisualStudio.Shell.Interop.IVsImageMonikerImageList GetImageListImageMonikers (Microsoft.VisualStudio.Imaging.Interop.ImageMoniker moniker);
abstract member GetImageListImageMonikers : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker -> Microsoft.VisualStudio.Shell.Interop.IVsImageMonikerImageList
Public Function GetImageListImageMonikers (moniker As ImageMoniker) As IVsImageMonikerImageList

Parameters

moniker
ImageMoniker

The moniker of the image list.

Returns

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

Applies to