DataPackageView.RequestedOperation 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 the requested operation (such as copy or move). Primarily used for Clipboard actions.
public:
property DataPackageOperation RequestedOperation { DataPackageOperation get(); };
DataPackageOperation RequestedOperation();
public DataPackageOperation RequestedOperation { get; }
var dataPackageOperation = dataPackageView.requestedOperation;
Public ReadOnly Property RequestedOperation As DataPackageOperation
Property Value
An enumeration that states what operation (such as copy or move) was completed.