Compartir a través de


IVsDataViewInfo.DragSourceProviderType (Propiedad)

Obtiene la clase como Type que implementa la entidad de compatibilidad de IVsDataViewDragSourceProvider .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 DragSourceProviderType As Type
Type DragSourceProviderType { get; }
property Type^ DragSourceProviderType {
    Type^ get ();
}
abstract DragSourceProviderType : Type
function get DragSourceProviderType () : Type

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewInfo Interfaz

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