DragDropManager.GetForIsland(ContentIsland) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为指定的 contentIsland检索
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。