DragDropHelper.AllowDrop(IDataObject, EditingContext, Type[]) 메서드

정의

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

public:
 static bool AllowDrop(System::Windows::IDataObject ^ draggedDataObject, System::Activities::Presentation::EditingContext ^ context, ... cli::array <Type ^> ^ allowedItemTypes);
public static bool AllowDrop (System.Windows.IDataObject draggedDataObject, System.Activities.Presentation.EditingContext context, params Type[] allowedItemTypes);
static member AllowDrop : System.Windows.IDataObject * System.Activities.Presentation.EditingContext * Type[] -> bool
Public Shared Function AllowDrop (draggedDataObject As IDataObject, context As EditingContext, ParamArray allowedItemTypes As Type()) As Boolean

매개 변수

draggedDataObject
IDataObject

끄는 데이터 개체입니다.

context
EditingContext

EditingContext에 대한 DragDropHelper입니다.

allowedItemTypes
Type[]

끌 수 있는 형식입니다.

반환

디자이너에서 끌어서 놓기 작업을 수행할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상