DragDropManager.GetForIsland(ContentIsland) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した ContentIslandの新しい DragDropManager を取得します。
public:
static DragDropManager ^ GetForIsland(ContentIsland ^ content);
static DragDropManager GetForIsland(ContentIsland const& content);
public static DragDropManager GetForIsland(ContentIsland content);
function getForIsland(content)
Public Shared Function GetForIsland (content As ContentIsland) As DragDropManager
パラメーター
- content
- ContentIsland
新しい DragDropManagerを関連付ける ContentIsland。
戻り値
指定した ContentIslandに関連付けられた新しい DragDropManager。