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

适用于