DragDropHelper.GetCompositeView 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
복합 뷰 정보를 검색합니다.
오버로드
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
매개 변수
사용자가 끌기 작업을 수행할 때 발생하는 이벤트입니다.
반환
복합 뷰 정보입니다.
- 특성
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET