Share via


IExplorerViewItem.Image Property

Gets the icon for the item displayed in the ExplorerView control.

Namespace:  Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property Image As Icon
    Get
'Usage
Dim instance As IExplorerViewItem
Dim value As Icon

value = instance.Image
Icon Image { get; }
property Icon^ Image {
    Icon^ get ();
}
abstract Image : Icon
function get Image () : Icon

Property Value

Type: System.Drawing.Icon
The icon representing the item displayed in the ExplorerView control.