Compartilhar via


Método IVsDataViewDragSourceProvider.OnGiveFeedback

Quando implementado por uma classe, gera o evento de GiveFeedback .

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
Sub OnGiveFeedback ( _
    dataObject As IDataObject, _
    e As GiveFeedbackEventArgs _
)
void OnGiveFeedback(
    IDataObject dataObject,
    GiveFeedbackEventArgs e
)
void OnGiveFeedback(
    IDataObject^ dataObject, 
    GiveFeedbackEventArgs^ e
)
abstract OnGiveFeedback : 
        dataObject:IDataObject * 
        e:GiveFeedbackEventArgs -> unit 
function OnGiveFeedback(
    dataObject : IDataObject, 
    e : GiveFeedbackEventArgs
)

Parâmetros

Comentários

Este método é chamado quando uma operação arrastar-e-soltar está em andamento fornecer dicas visuais com base no local do mouse quando uma operação de arrastar está em andamento.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewDragSourceProvider Interface

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities