IVsDataViewDropTargetProvider.AllowDrop(Int32) Method

Definition

When implemented by a class, indicates whether the drop operation is allowed on the specified node.

public:
 bool AllowDrop(int itemId);
public bool AllowDrop (int itemId);
abstract member AllowDrop : int -> bool
Public Function AllowDrop (itemId As Integer) As Boolean

Parameters

itemId
Int32

A numerical identifier for the node in the data view hierarchy.

Returns

true if the drop operation is allowed; otherwise, false.

Applies to