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
要 ContentIsland 为其关联新 DragDropManager的 。
返回
与指定的 ContentIsland关联的新 DragDropManager 。