Utilities.GetImageList Method (Stream)

Creates an ImageList of 16x16 images with a background color of magenta by splitting the supplied Stream.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Shared Function GetImageList ( _
    imageStream As Stream _
) As ImageList
'使用
Dim imageStream As Stream
Dim returnValue As ImageList

returnValue = Utilities.GetImageList(imageStream)
public static ImageList GetImageList(
    Stream imageStream
)
public:
static ImageList^ GetImageList(
    Stream^ imageStream
)
public static function GetImageList(
    imageStream : Stream
) : ImageList

Parameters

Return Value

Type: System.Windows.Forms.ImageList

ImageList.

Permissions

See Also

Reference

Utilities Class

Utilities Members

GetImageList Overload

Microsoft.VisualStudio.Package Namespace