Share via


ImageLibrary.GetImageMonikers Method

Definition

The monikers of all of the images in the library.

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

Returns

The monikers of all of the images in the library..

Applies to