IVsImageService2.AddCustomImageList(IVsImageMonikerImageList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a custom image list.
public:
Microsoft::VisualStudio::Imaging::Interop::IImageHandle ^ AddCustomImageList(Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList ^ imageList);
public:
Microsoft::VisualStudio::Imaging::Interop::IImageHandle ^ AddCustomImageList(Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList ^ imageList);
Microsoft::VisualStudio::Imaging::Interop::IImageHandle AddCustomImageList(Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList const & imageList);
public Microsoft.VisualStudio.Imaging.Interop.IImageHandle AddCustomImageList (Microsoft.VisualStudio.Shell.Interop.IVsImageMonikerImageList imageList);
abstract member AddCustomImageList : Microsoft.VisualStudio.Shell.Interop.IVsImageMonikerImageList -> Microsoft.VisualStudio.Imaging.Interop.IImageHandle
Public Function AddCustomImageList (imageList As IVsImageMonikerImageList) As IImageHandle
Parameters
- imageList
- IVsImageMonikerImageList
The image list.
Returns
The image handle.