MpfUtilities.GetImageList (Método) (Object)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Shared Function GetImageList ( _
    imageListAsPointer As Object _
) As ImageList
public static ImageList GetImageList(
    Object imageListAsPointer
)
public:
static ImageList^ GetImageList(
    Object^ imageListAsPointer
)
static member GetImageList : 
        imageListAsPointer:Object -> ImageList 
public static function GetImageList(
    imageListAsPointer : Object
) : ImageList

Parámetros

  • imageListAsPointer
    Tipo: System.Object
    Puntero a un mapa de bits de imágenes para dividir.

Valor devuelto

Tipo: System.Windows.Forms.ImageList
Objeto ImageList que representa las imágenes de la secuencia especificada.

Seguridad de .NET Framework

Vea también

Referencia

MpfUtilities Clase

GetImageList (Sobrecarga)

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)