IVsDataViewIconInfo.IconProviderType (Propiedad)

Obtiene la clase como Type que implementa la entidad de compatibilidad de IVsDataViewUserContextProvider .El proveedor proporciona esta implementación.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
ReadOnly Property IconProviderType As Type
Type IconProviderType { get; }
property Type^ IconProviderType {
    Type^ get ();
}
abstract IconProviderType : Type
function get IconProviderType () : Type

Valor de propiedad

Tipo: System.Type
Type como la clase que implementa la entidad de compatibilidad de IVsDataViewUserContextProvider .

Excepciones

Excepción Condición
TypeLoadException

El tipo de proveedor de icono no se pudo cargar el nombre del tipo de proveedor de icono.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewIconInfo Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)