PackageUtilities::GetImageList Method (Assembly^, array<String^>^)

 

Creates a list of bitmaps from the specified assembly and resource names.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static ImageList^ GetImageList(
	Assembly^ assembly,
	array<String^>^ resourceNames
)

Parameters

assembly
Type: System.Reflection::Assembly^

The assembly from which to get the resources.

resourceNames
Type: array<System::String^>^

An array of resource names (representing bitmaps) in the assembly.

Return Value

Type: System.Windows.Forms::ImageList^

An ImageList that contains a series of 16-by-16 pixel bitmaps.

Return to top
Show: