SnapInImageList.AddRange Method (Image[])

 

Adds the specified range of images to the image list.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void AddRange(
    Image[] value
)
public:
void AddRange(
    array<Image^>^ value
)
member AddRange : 
        value:Image[] -> unit
Public Sub AddRange (
    value As Image()
)

Parameters

See Also

AddRange Overload
SnapInImageList Class
Microsoft.ManagementConsole Namespace

Return to top