Share via


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

Name Description
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

Name Description
IconsChanged

Occurs when any icons have changed in the data view.

Applies to