IDragHandler.CanDrag(INodeInformation) 方法

定義

顯示此節點是否支援拖曳。

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

參數

src
INodeInformation

代表要檢查的來源節點。

傳回

true如果來源節點可以被拖曳;否則,。 false

適用於