IVsDataViewIconInfo 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 information about a data view node icon.
public interface class IVsDataViewIconInfo
public interface IVsDataViewIconInfo
type IVsDataViewIconInfo = interface
Public Interface IVsDataViewIconInfo
Properties
Assembly |
Gets the data provider's assembly object as an Assembly. |
IconName |
Gets the name of the icon. |
IconProviderType |
Gets the class as a Type that implements the IVsDataViewUserContextProvider support entity. The provider supplies this implementation. |
WhenExpression |
Gets the expression that, when interpreted, determines the icon to display. |