DragDropHelper.GetCompositeView 메서드

정의

복합 뷰 정보를 검색합니다.

오버로드

GetCompositeView(WorkflowViewElement)

지정한 워크플로 뷰 요소에서 복합 뷰 정보를 검색합니다.

GetCompositeView(DragEventArgs)
사용되지 않음.

지정한 끌기 이벤트 인수에서 복합 뷰 정보를 검색합니다.

GetCompositeView(WorkflowViewElement)

지정한 워크플로 뷰 요소에서 복합 뷰 정보를 검색합니다.

public:
 static System::Windows::UIElement ^ GetCompositeView(System::Activities::Presentation::WorkflowViewElement ^ workflowViewElement);
public static System.Windows.UIElement GetCompositeView (System.Activities.Presentation.WorkflowViewElement workflowViewElement);
static member GetCompositeView : System.Activities.Presentation.WorkflowViewElement -> System.Windows.UIElement
Public Shared Function GetCompositeView (workflowViewElement As WorkflowViewElement) As UIElement

매개 변수

workflowViewElement
WorkflowViewElement

복합 뷰 데이터를 제공하는 WorkflowViewElement입니다.

반환

사용자 인터페이스 데이터가 포함된 요소입니다.

적용 대상

GetCompositeView(DragEventArgs)

주의

This method does not support dragging multiple items. Use "public static UIElement GetCompositeView(WorkflowViewElement workflowViewElement)" instead.

지정한 끌기 이벤트 인수에서 복합 뷰 정보를 검색합니다.

public:
 static System::Activities::Presentation::ICompositeView ^ GetCompositeView(System::Windows::DragEventArgs ^ e);
public static System.Activities.Presentation.ICompositeView GetCompositeView (System.Windows.DragEventArgs e);
[System.Obsolete("This method does not support dragging multiple items. Use "public static UIElement GetCompositeView(WorkflowViewElement workflowViewElement)" instead.")]
public static System.Activities.Presentation.ICompositeView GetCompositeView (System.Windows.DragEventArgs e);
static member GetCompositeView : System.Windows.DragEventArgs -> System.Activities.Presentation.ICompositeView
[<System.Obsolete("This method does not support dragging multiple items. Use "public static UIElement GetCompositeView(WorkflowViewElement workflowViewElement)" instead.")>]
static member GetCompositeView : System.Windows.DragEventArgs -> System.Activities.Presentation.ICompositeView
Public Shared Function GetCompositeView (e As DragEventArgs) As ICompositeView

매개 변수

e
DragEventArgs

사용자가 끌기 작업을 수행할 때 발생하는 이벤트입니다.

반환

복합 뷰 정보입니다.

특성

적용 대상