PhotoImportManager.GetPendingOperations Method
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 list of all pending photo import operations.
public:
static IVectorView<PhotoImportOperation ^> ^ GetPendingOperations();
static IVectorView<PhotoImportOperation> GetPendingOperations();
public static IReadOnlyList<PhotoImportOperation> GetPendingOperations();
function getPendingOperations()
Public Shared Function GetPendingOperations () As IReadOnlyList(Of PhotoImportOperation)
Returns
The list of all pending photo operations.