IVsDataViewIconProvider Interface

Definition

Represents the ability to control the icons for nodes in a data view hierarchy.

public interface class IVsDataViewIconProvider
public interface IVsDataViewIconProvider
type IVsDataViewIconProvider = interface
Public Interface IVsDataViewIconProvider

Methods

GetExpandedIcon(Int32)

When implemented by a class, retrieves the icon displayed when the specified node is expanded.

GetIcon(Int32)

When implemented by a class, retrieves the icon displayed in Server Explorer for the specified node.

Events

IconsChanged

Occurs when any icons have changed in the data view.

Applies to