DragDropManager.GetForIsland(ContentIsland) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera un nuovo DragDropManager per il ContentIsland specificato.
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
Parametri
- content
- ContentIsland
ContentIsland per cui associare una nuova DragDropManager.
Restituisce
Nuovo DragDropManager associato all'ContentIsland specificato.