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.
Encapsulates properties of a node icon in Server Explorer.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataViewIconInfo
public interface IVsDataViewIconInfo
public interface class IVsDataViewIconInfo
type IVsDataViewIconInfo =  interface end
public interface IVsDataViewIconInfo
The IVsDataViewIconInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Assembly | Gets the data provider's assembly object as an Assembly. | 
| .gif) | IconName | Gets the name of the icon. | 
| .gif) | IconProviderType | Gets the class as a Type that implements the IVsDataViewUserContextProvider support entity. The provider supplies this implementation. | 
| .gif) | WhenExpression | Gets the expression that, when interpreted, determines the icon to display. | 
Top
Remarks
This interface is implemented as a built-in DDEX service.