IVsImageMonikerImageList.GetImageMonikers 方法

定义

获取图像名字对象。

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())

参数

firstImageIndex
Int32

要复制的图像列表中第一个图像的索引。

imageMonikerCount
Int32

要从图像列表中检索的图像数量。

imageMonikers
ImageMoniker[]

弄从图像列表中检索的图像名字对象。

适用于