Share via


PackageUtilities.GetImageList Method (Stream)

Creates an image list from the specified stream.

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

Syntax

'Declaration
Public Shared Function GetImageList ( _
    imageStream As Stream _
) As ImageList
public static ImageList GetImageList(
    Stream imageStream
)
public:
static ImageList^ GetImageList(
    Stream^ imageStream
)
static member GetImageList : 
        imageStream:Stream -> ImageList
public static function GetImageList(
    imageStream : Stream
) : ImageList

Parameters

  • imageStream
    Type: Stream

    The stream from which to extract the bitmaps.

Return Value

Type: ImageList
An ImageList that contains a series of 16-by-16 pixel bitmaps that have a magenta background color.

.NET Framework Security

See Also

Reference

PackageUtilities Class

GetImageList Overload

Microsoft.VisualStudio.Shell Namespace