Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetExpandedIcon | When implemented by a class, retrieves the icon displayed when the specified node is expanded. |
![]() |
GetIcon | When implemented by a class, retrieves the icon displayed in Server Explorer for the specified node. |
Top
Events
Name | Description | |
---|---|---|
![]() |
IconsChanged | Occurs when any icons have changed in the data view. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace