SnapInImageList.AddRange Method (Icon[])
Adds a range of icons to the image list for the snap-in.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void AddRange(
Icon[] value
)
public:
void AddRange(
array<Icon^>^ value
)
member AddRange :
value:Icon[] -> unit
Public Sub AddRange (
value As Icon()
)
Parameters
value
Type: System.Drawing.Icon[]An array of icons
See Also
AddRange Overload
SnapInImageList Class
Microsoft.ManagementConsole Namespace
Return to top