IVsImageMonikerImageList::GetImageMonikers Method (Int32, Int32, array<ImageMoniker>^)
Visual Studio 2015
Gets the image monikers.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
void GetImageMonikers( int firstImageIndex, int imageMonikerCount, array<ImageMoniker>^ imageMonikers )
Parameters
- firstImageIndex
-
Type:
System::Int32
The index of the first image in the image list to copy.
- imageMonikerCount
-
Type:
System::Int32
he number of images to retrieve from the image list.
- imageMonikers
-
Type:
array<Microsoft.VisualStudio.Imaging.Interop::ImageMoniker>^
[out] The image monikers retrieved from the image list.
Show: