DragDropManager クラス

定義

オブジェクト間のドラッグ アンド ドロップ操作を管理します。

public ref class DragDropManager sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DragDropManager final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DragDropManager : System.IDisposable
Public NotInheritable Class DragDropManager
Implements IDisposable
継承
Object Platform::Object IInspectable DragDropManager
属性
実装

プロパティ

AreConcurrentOperationsEnabled

で複数のドラッグ アンド ドロップ操作を DragDropManager 同時に処理できるかどうかを取得または設定します。

メソッド

Close()

によって使用されるシステム リソースを解放します DragDropManager

Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

GetForIsland(ContentIsland)

指定した の新しい DragDropManager を取得します ContentIsland

イベント

TargetRequested

オブジェクトが のドロップ ターゲットとして登録されるときに発生します DragDropManager

適用対象