SnapInImageList.Add Method (Icon)

 

Adds a specified icon to the image list for the snap-in.

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

Syntax

public void Add(
    Icon value
)
public:
void Add(
    Icon^ value
)
member Add : 
        value:Icon -> unit
Public Sub Add (
    value As Icon
)

Parameters

See Also

Add Overload
SnapInImageList Class
Microsoft.ManagementConsole Namespace

Return to top