Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of 32 x 32 images for the snap-in and its elements.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public SnapInImageList LargeImages { get; }
public:
property SnapInImageList^ LargeImages {
SnapInImageList^ get();
}
member LargeImages : SnapInImageList with get
Public ReadOnly Property LargeImages As SnapInImageList
Property Value
Type: Microsoft.ManagementConsole.SnapInImageList
The list of 32 x 32 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