DragDropHelper.SetCompositeView(WorkflowViewElement, UIElement) Método

Definição

Define a vista composta a partir do elemento especificado da vista de workflow e arrasta a fonte.

public:
 static void SetCompositeView(System::Activities::Presentation::WorkflowViewElement ^ workflowViewElement, System::Windows::UIElement ^ dragSource);
public static void SetCompositeView(System.Activities.Presentation.WorkflowViewElement workflowViewElement, System.Windows.UIElement dragSource);
static member SetCompositeView : System.Activities.Presentation.WorkflowViewElement * System.Windows.UIElement -> unit
Public Shared Sub SetCompositeView (workflowViewElement As WorkflowViewElement, dragSource As UIElement)

Parâmetros

workflowViewElement
WorkflowViewElement

O WorkflowViewElement que fornece os dados da vista composta.

dragSource
UIElement

Um elemento do tipo interface de utilizador que indica a origem do arrasto.

Aplica-se a