共用方式為


IVsDataViewInfo.DragSourceProviderType 屬性

取得實作 IVsDataViewDragSourceProvider 支援實體的類別) 做為 Type 。 提供者會提供這個實作。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
ReadOnly Property DragSourceProviderType As Type
Type DragSourceProviderType { get; }
property Type^ DragSourceProviderType {
    Type^ get ();
}
abstract DragSourceProviderType : Type with get
function get DragSourceProviderType () : Type

屬性值

類型:Type
Type 做為實作 IVsDataViewDragSourceProvider 支援實體 (Entity) 的類別。

.NET Framework 安全性

請參閱

參考

IVsDataViewInfo 介面

Microsoft.VisualStudio.Data.Services 命名空間