DragStartingEventArgs.GetDeferral メソッド

定義

DragOperationDeferral オブジェクトを作成して返すことで、非同期のドラッグ アンド ドロップ操作をサポートします。

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

戻り値

データ パッケージの生成が完了したときに識別するために使用できる遅延オブジェクト。

適用対象

こちらもご覧ください