共用方式為


ImageLibrary.GetImageListMonikers Method

Definition

Overloads

GetImageListMonikers()

The monikers of all of the image lists in the library.

GetImageListMonikers(ImageMoniker)

Returns a collection of ImageMonikers of the images in a given image list.

GetImageListMonikers()

The monikers of all of the image lists in the library.

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Imaging::Interop::ImageMoniker> ^ GetImageListMonikers();
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Imaging.Interop.ImageMoniker> GetImageListMonikers ();
member this.GetImageListMonikers : unit -> seq<Microsoft.VisualStudio.Imaging.Interop.ImageMoniker>
Public Function GetImageListMonikers () As IEnumerable(Of ImageMoniker)

Returns

The monikers of all the image lists in the library.

Applies to

GetImageListMonikers(ImageMoniker)

Returns a collection of ImageMonikers of the images in a given image list.

public:
 cli::array <Microsoft::VisualStudio::Imaging::Interop::ImageMoniker> ^ GetImageListMonikers(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker imageListMoniker);
std::Array <Microsoft::VisualStudio::Imaging::Interop::ImageMoniker> GetImageListMonikers(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker imageListMoniker);
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker[] GetImageListMonikers (Microsoft.VisualStudio.Imaging.Interop.ImageMoniker imageListMoniker);
member this.GetImageListMonikers : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker -> Microsoft.VisualStudio.Imaging.Interop.ImageMoniker[]
Public Function GetImageListMonikers (imageListMoniker As ImageMoniker) As ImageMoniker()

Parameters

imageListMoniker
ImageMoniker

The ImageMoniker of the image list.

Returns

The collection of ImageMonikers in the image list.

Applies to