DragDropManager 클래스

정의

개체 간의 끌어서 놓기 작업을 관리합니다.

public ref class DragDropManager sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DragDropManager final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DragDropManager : System.IDisposable
Public NotInheritable Class DragDropManager
Implements IDisposable
상속
Object Platform::Object IInspectable DragDropManager
특성
구현

속성

AreConcurrentOperationsEnabled

에서 DragDropManager 여러 끌어서 놓기 작업을 동시에 처리할 수 있는지 여부를 가져오거나 설정합니다.

메서드

Close()

에서 사용하는 시스템 리소스를 해제합니다 DragDropManager.

Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

GetForIsland(ContentIsland)

지정된 ContentIsland에 대한 새 DragDropManager 를 검색합니다.

이벤트

TargetRequested

개체가 의 놓기 대상으로 DragDropManager등록될 때 발생합니다.

적용 대상