NamespaceSnapInBase.SmallImages Property

 

Gets the list of 16 x 16 images for the snap-in and its elements.

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

Syntax

public SnapInImageList SmallImages { get; }
public:
property SnapInImageList^ SmallImages {
    SnapInImageList^ get();
}
member SmallImages : SnapInImageList with get
Public ReadOnly Property SmallImages As SnapInImageList

Property Value

Type: Microsoft.ManagementConsole.SnapInImageList

The list of 16 x 16 images. All snap-in elements, such as scope nodes, that have images can specify an index into the snap-in image list.

See Also

NamespaceSnapInBase Class
Microsoft.ManagementConsole Namespace

Return to top