DragStartingEventArgs.GetDeferral 方法

定义

通过创建和返回 DragOperationDeferral 对象,支持异步拖放操作。

public:
 virtual DragOperationDeferral ^ GetDeferral() = GetDeferral;
DragOperationDeferral GetDeferral();
public DragOperationDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As DragOperationDeferral

返回

一个延迟对象,可用于标识数据包的生成完成时间。

适用于

另请参阅