Condividi tramite


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

Vedere anche

Riferimenti

IVsDataViewInfo Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services