次の方法で共有


DragDropManager.GetForIsland(ContentIsland) メソッド

定義

指定した 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

適用対象