Condividi tramite


Proprietà IVsDataViewIconInfo.IconProviderType

Ottiene la classe come Type che implementa l'entità di supporto IVsDataViewUserContextProvider.Il provider forniscono questa implementazione.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

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

Valore proprietà

Tipo: System.Type
Type come classe che implementa l'entità di supporto IVsDataViewUserContextProvider.

Eccezioni

Eccezione Condizione
TypeLoadException

Il tipo di provider dell'icona non può essere caricato dal nome del provider dell'icona.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataViewIconInfo Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services