DragDropHelper.SetCompositeView(WorkflowViewElement, UIElement) 方法

定义

从指定工作流视图元素和拖动源中设置复合视图信息。Sets the composite view from the specified workflow view element and drag source.

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

提供复合视图数据的 WorkflowViewElementThe WorkflowViewElement that supplies the composite view data.

dragSource
UIElement

指示拖动源元素的用户界面类型。A user interface type of element that indicates the drag source.

适用于