IBackgroundTransferOperationPriority.Priority Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta la priorità di un'operazione di download o caricamento. I valori possibili sono definiti dall'enumerazione BackgroundTransferPriority .
Ad esempio, l'impostazione di priorità elevata garantisce che l'operazione non sia posizionata alla fine della coda, invece posizionata vicino alla parte anteriore.
public:
property BackgroundTransferPriority Priority { BackgroundTransferPriority get(); void set(BackgroundTransferPriority value); };
BackgroundTransferPriority Priority();
void Priority(BackgroundTransferPriority value);
public BackgroundTransferPriority Priority { get; set; }
var backgroundTransferPriority = iBackgroundTransferOperationPriority.priority;
iBackgroundTransferOperationPriority.priority = backgroundTransferPriority;
Public Property Priority As BackgroundTransferPriority
Valore della proprietà
Priorità dell'operazione.