IVsDataViewIconProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |