DragDropManager クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクト間のドラッグ アンド ドロップ操作を管理します。
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
- 継承
- 属性
- 実装
プロパティ
AreConcurrentOperationsEnabled |
DragDropManager が複数のドラッグ アンド ドロップ操作を同時に処理できるかどうかを取得または設定します。 |
メソッド
Close() |
DragDropManagerで使用されるシステム リソースを解放します。 |
Dispose() |
アンマネージド リソースの解放、解放、またはリセットに関連付けられているアプリケーション定義のタスクを実行します。 |
GetForIsland(ContentIsland) |
指定した ContentIslandの新しい DragDropManager を取得します。 |
イベント
TargetRequested |
オブジェクトが DragDropManagerのドロップ 先として登録されるときに発生します。 |