Proprietà IVsDataViewInfo.DragSourceProviderType
Ottiene la classe come Type che implementa l'entità di supporto IVsDataViewDragSourceProvider. 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 DragSourceProviderType As Type
Type DragSourceProviderType { get; }
property Type^ DragSourceProviderType {
Type^ get ();
}
abstract DragSourceProviderType : Type with get
function get DragSourceProviderType () : Type
Valore proprietà
Tipo: Type
Type come classe che implementa l'entità di supporto IVsDataViewDragSourceProvider.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.