DragOperation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
管理整體拖放作業。
public ref class DragOperation sealed : IClosable
/// [Windows.Foundation.Metadata.Activatable(65540, "Microsoft.Foundation.WindowsAppSDKContract")]
/// [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 DragOperation final : IClosable
[Windows.Foundation.Metadata.Activatable(65540, "Microsoft.Foundation.WindowsAppSDKContract")]
[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 DragOperation : System.IDisposable
function DragOperation()
Public NotInheritable Class DragOperation
Implements IDisposable
- 繼承
- 屬性
- 實作
建構函式
DragOperation() |
初始化 DragOperation 類別的新實例。 |
屬性
AllowedOperations |
取得或設定要拖曳內容之零個或多個動作的位組合。 |
Data |
取得在拖放作業中交換的內容。 |
DragUIContentMode |
取得或設定在拖曳物件時如何提供UI視覺效果。 |
方法
Close() |
釋放 DragOperation所使用的系統資源。 |
Dispose() |
執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。 |
SetDragUIContentFromSoftwareBitmap(SoftwareBitmap, Point) |
指定在拖放作業期間,指定的點陣圖影像應該作為自定義拖曳視覺效果(顯示在輸入指標的指定位移處)。 |
SetDragUIContentFromSoftwareBitmap(SoftwareBitmap) |
指定在拖放作業期間,指定的位圖影像應作為自定義拖曳視覺效果使用。 |
StartAsync(DragDropManager, PointerPoint) |
使用指定的輸入指標,啟動指定之 DragDropManager 的拖放作業。 |