Partager via


PackageUtilities.GetImageList, méthode (Assembly, array<String )

Crée une liste de bitmap des noms spécifiés d'assembly et de ressource.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Shared Function GetImageList ( _
    assembly As Assembly, _
    resourceNames As String() _
) As ImageList
public static ImageList GetImageList(
    Assembly assembly,
    string[] resourceNames
)

Paramètres

  • resourceNames
    Type : array<System.String[]
    Un tableau de noms de ressource (représentant des bitmap) dans l'assembly.

Valeur de retour

Type : System.Windows.Forms.ImageList
ImageList contenant une série de 16 par 16 bitmap de pixel.

Sécurité .NET Framework

Voir aussi

Référence

PackageUtilities Classe

GetImageList, surcharge

Microsoft.VisualStudio.Shell, espace de noms