IVsImageMonikerImageList.GetImageMonikers 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.
Gets the image monikers.
public:
void GetImageMonikers(int firstImageIndex, int imageMonikerCount, cli::array <Microsoft::VisualStudio::Imaging::Interop::ImageMoniker> ^ imageMonikers);
void GetImageMonikers(int firstImageIndex, int imageMonikerCount, std::Array <Microsoft::VisualStudio::Imaging::Interop::ImageMoniker> const & imageMonikers);
public void GetImageMonikers (int firstImageIndex, int imageMonikerCount, Microsoft.VisualStudio.Imaging.Interop.ImageMoniker[] imageMonikers);
abstract member GetImageMonikers : int * int * Microsoft.VisualStudio.Imaging.Interop.ImageMoniker[] -> unit
Public Sub GetImageMonikers (firstImageIndex As Integer, imageMonikerCount As Integer, imageMonikers As ImageMoniker())
Parameters
- firstImageIndex
- Int32
The index of the first image in the image list to copy.
- imageMonikerCount
- Int32
he number of images to retrieve from the image list.
- imageMonikers
- ImageMoniker[]
[out] The image monikers retrieved from the image list.