다음을 통해 공유


DragDropHelper 클래스

정의

Windows Workflow Designer 내부에서 끌어서 놓기를 지원하는 도우미 클래스를 나타냅니다.

public ref class DragDropHelper abstract sealed
public static class DragDropHelper
type DragDropHelper = class
Public Class DragDropHelper
상속
DragDropHelper

설명

이 클래스는 끌어서 원본에서 대상으로 전달되는 에 DataObject 사용되는 인코딩 형식을 추상화합니다.

필드

CompletedEffectsFormat

끌어서 놓기 작업을 완료했을 때의 원하는 효과를 지정합니다.

CompositeViewFormat

복합 뷰의 고유 데이터 형식 이름을 포함합니다.

DragAnchorPointFormat

끌기 작업 앵커 지점의 형식을 지정합니다.

DragSourceProperty

끌기 소스를 지정합니다.

ModelItemDataFormat

모델 항목 데이터의 형식을 지정합니다.

WorkflowItemTypeNameFormat

워크플로 항목의 형식 이름에 대한 형식을 지정합니다.

메서드

AllowDrop(IDataObject, EditingContext, Type[])

디자이너에 데이터를 끌어서 놓을 수 있는지 여부를 나타냅니다.

DoDragMove(WorkflowViewElement, Point)
사용되지 않음.

마우스 왼쪽 단추를 누른 상태로 UI 요소 클라이언트 영역의 노출된 영역에서 UI 요소를 끌 수 있게 합니다.

GetCompositeView(DragEventArgs)
사용되지 않음.

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

GetCompositeView(WorkflowViewElement)

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

GetDragDropAnchorPoint(DragEventArgs)

끌어서 놓기 작업의 앵커 지점을 검색합니다.

GetDragDropCompletedEffects(DataObject)
사용되지 않음.

지정한 DataObject에 의해 동작이 결정되는 끌어서 놓기 작업의 결과를 반환합니다.

GetDraggedModelItem(DragEventArgs)
사용되지 않음.

끌어서 놓기 작업에서 끄는 개체를 검색합니다.

GetDraggedModelItems(DragEventArgs)

끌어서 놓기 작업에서 끄는 모델 항목을 검색합니다.

GetDroppedObject(DependencyObject, DragEventArgs, EditingContext)
사용되지 않음.

끌어서 놓기 작업에서 놓는 개체를 검색합니다.

GetDroppedObjects(DependencyObject, DragEventArgs, EditingContext)

끌어서 놓기 작업에서 놓는 개체를 검색합니다.

SetCompositeView(WorkflowViewElement, UIElement)

지정한 워크플로 뷰 요소 및 끌기 소스에서 복합 뷰를 설정합니다.

SetDragDropCompletedEffects(DragEventArgs, DragDropEffects)
사용되지 않음.

끌어서 놓기 작업 동안 수행될 마지막 효과를 설정합니다.

적용 대상