CoreDragInfo.AllowedOperations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得拖放作業的允許 DataPackageOperations (無、移動、複製和/或連結) 。
public:
property DataPackageOperation AllowedOperations { DataPackageOperation get(); };
DataPackageOperation AllowedOperations();
public DataPackageOperation AllowedOperations { get; }
var dataPackageOperation = coreDragInfo.allowedOperations;
Public ReadOnly Property AllowedOperations As DataPackageOperation
屬性值
允許的作業。
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)
|
備註
此屬性會指定來源應用程式想要在拖放案例中允許的一組完整作業。 可以有零個或多個旗標。 若要取得要求的預設作業,請使用 DataPackage.RequestedOperation 屬性。
使用者可以使用 SHIFT 和 CTRL 鍵覆寫此選項。 在此情況下,請檢查機碼狀態,以判斷使用者選取的作業。