IDragHandler.CanDrag(INodeInformation) Method

Definition

Indicates if this node supports dragging.

public:
 bool CanDrag(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ src);
public bool CanDrag (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation src);
abstract member CanDrag : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> bool
Public Function CanDrag (src As INodeInformation) As Boolean

Parameters

src
INodeInformation

Represents the source node to check.

Returns

true if the source node can be dragged; otherwise, false.

Applies to