DragOperation.AllowedOperations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the a bitwise combination of zero or more actions to perform on the content being dragged.
public:
property DataPackageOperation AllowedOperations { DataPackageOperation get(); void set(DataPackageOperation value); };
DataPackageOperation AllowedOperations();
void AllowedOperations(DataPackageOperation value);
public DataPackageOperation AllowedOperations { get; set; }
var dataPackageOperation = dragOperation.allowedOperations;
dragOperation.allowedOperations = dataPackageOperation;
Public Property AllowedOperations As DataPackageOperation
Property Value
The bitwise combination of zero or more actions to perform on the content being dragged.