ImageLibrary.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.
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..