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

ContentIsland,要关联新的 DragDropManager

返回

与指定 ContentIsland关联的新 DragDropManager

适用于