Método IDropSource.GiveFeedback (UInt32)

 

Publicado: abril de 2016

Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int GiveFeedback(
    uint dwEffect
)
int GiveFeedback(
    unsigned int dwEffect
)
abstract GiveFeedback : 
        dwEffect:uint32 -> int
Function GiveFeedback (
    dwEffect As UInteger
) As Integer

Parâmetros

  • dwEffect
    [in] não usar

Valor de retorno

Type: System.Int32

Não use.

Consulte também

Interface IDropSource
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo