IVsDataViewIconProvider Interface

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

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Interface IVsDataViewIconProvider
public interface IVsDataViewIconProvider
public interface class IVsDataViewIconProvider
type IVsDataViewIconProvider =  interface end
public interface IVsDataViewIconProvider

The IVsDataViewIconProvider type exposes the following members.

Methods

  Name Description
Public method GetExpandedIcon When implemented by a class, retrieves the icon displayed when the specified node is expanded.
Public method GetIcon When implemented by a class, retrieves the icon displayed in Server Explorer for the specified node.

Top

Events

  Name Description
Public event IconsChanged Occurs when any icons have changed in the data view.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace