Compartilhar via


DragDropHelper.SetCompositeView(WorkflowViewElement, UIElement) Método

Definição

Define uma exibição de composição do elemento de exibição de fluxo de trabalho e da origem da operação de arrastar especificados.

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 de exibição de composição.

dragSource
UIElement

Um tipo de interface do usuário do elemento que indica a origem da operação de arrastar.

Aplica-se a