Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overridable Function OnDropNotify ( _
fDropped As Integer, _
dwEffects As UInteger _
) As Integer
public virtual int OnDropNotify(
int fDropped,
uint dwEffects
)
public:
virtual int OnDropNotify(
int fDropped,
unsigned int dwEffects
)
abstract OnDropNotify :
fDropped:int *
dwEffects:uint32 -> int
override OnDropNotify :
fDropped:int *
dwEffects:uint32 -> int
public function OnDropNotify(
fDropped : int,
dwEffects : uint
) : int
Parameters
- fDropped
Type: System.Int32
- dwEffects
Type: System.UInt32
Return Value
Type: System.Int32
Implements
IVsHierarchyDropDataSource.OnDropNotify(Int32, UInt32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.