Share via


CoreDragUI class

[This API is for evaluation purposes only and is subject to change or removal.]

[This documentation is preliminary and is subject to change.]

Gets and sets the UI options and content of a drag and drop operation.

Syntax

public sealed class CoreDragUI
Public NotInheritable Class CoreDragUI
public ref class CoreDragUI sealed 

Attributes

[DualApiPartition()]

[Experimental()]

[MarshalingBehavior(Agile)]

[Threading(Both)]

[Version]

[WebHostHidden()]

Members

The CoreDragUI class has these types of members:

  • Methods
  • Properties

Methods

The CoreDragUI class has these methods. It also inherits methods from the Object class.

Method Description
SetContent Sets the content for the UI of a drag and drop operation.

 

Properties

The CoreDragUI class has these properties.

Property Access type Description

Options

Read/write Gets or sets the CoreDragUIOptions for the drag and drop operation.

 

Remarks

TODO: Document how the developer can obtain this class object, and add or update retriever elements as necessary.

Requirements

Minimum supported client

None supported [Windows Store apps, desktop apps]

Minimum supported server

None supported [Windows Store apps, desktop apps]

Minimum supported phone

None supported

Namespace

Windows.ApplicationModel.DataTransfer.DragDrop.Core Windows::ApplicationModel::DataTransfer::DragDrop::Core [C++]

Metadata

Windows.winmd

See also

Object