IVsDataViewInfo.DragSourceProviderType Property

Definition

Gets the class as a Type that implements the IVsDataViewDragSourceProvider support entity. The provider supplies this implementation.

public:
 property Type ^ DragSourceProviderType { Type ^ get(); };
public Type DragSourceProviderType { get; }
member this.DragSourceProviderType : Type
Public ReadOnly Property DragSourceProviderType As Type

Property Value

A Type as the class that implements the IVsDataViewDragSourceProvider support entity.

Applies to