DragDropHelper.SetCompositeView(WorkflowViewElement, UIElement) 方法

定义

从指定工作流视图元素和拖动源中设置复合视图信息。

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)

参数

workflowViewElement
WorkflowViewElement

提供复合视图数据的 WorkflowViewElement

dragSource
UIElement

指示拖动源元素的用户界面类型。

适用于