Compartir a través de


IVsDataViewCommonNodeInfo.DropTargetProviderType (Propiedad)

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewCommonNodeInfo Interfaz

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