DragDropManager.GetForIsland(ContentIsland) Метод

Определение

Извлекает новый DragDropManager объект для указанного 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объект .

Возвращаемое значение

Новый DragDropManager объект , связанный с указанным ContentIslandобъектом .

Применяется к