IExplorerListViewItemRenderer Interface

Defines a method that allows the list of items to show in the explorer.

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

Syntax

'Declaration
Public Interface IExplorerListViewItemRenderer
'Usage
Dim instance As IExplorerListViewItemRenderer
public interface IExplorerListViewItemRenderer
public interface class IExplorerListViewItemRenderer
type IExplorerListViewItemRenderer =  interface end
public interface IExplorerListViewItemRenderer

The IExplorerListViewItemRenderer type exposes the following members.

Methods

  Name Description
Public method DrawItem Renders the content of the list view cell in the explorer.

Top