Compartir a través de


IVsDataViewDragSourceProvider.GetAllowedEffects (Método)

当实现由类,请允许的拖放效果,当节点。数据视图拖动,例如复制、移动,或链接时。

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Function GetAllowedEffects ( _
    dataObject As IDataObject _
) As DragDropEffects
DragDropEffects GetAllowedEffects(
    IDataObject dataObject
)
DragDropEffects GetAllowedEffects(
    IDataObject^ dataObject
)
abstract GetAllowedEffects : 
        dataObject:IDataObject -> DragDropEffects
function GetAllowedEffects(
    dataObject : IDataObject
) : DragDropEffects

Parámetros

  • dataObject
    Tipo: IDataObject

    包含的信息复制的 IDataObject 对象会传输。

Valor devuelto

Tipo: DragDropEffects
包含允许的拖放效果,如) DragDropEffects 对象是否将数据复制,或链接。

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewDragSourceProvider Interfaz

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