BackgroundDownloader.TransferGroup Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le groupe auquel appartiendra une opération de téléchargement.
public:
property BackgroundTransferGroup ^ TransferGroup { BackgroundTransferGroup ^ get(); void set(BackgroundTransferGroup ^ value); };
BackgroundTransferGroup TransferGroup();
void TransferGroup(BackgroundTransferGroup value);
public BackgroundTransferGroup TransferGroup { get; set; }
var backgroundTransferGroup = backgroundDownloader.transferGroup;
backgroundDownloader.transferGroup = backgroundTransferGroup;
Public Property TransferGroup As BackgroundTransferGroup
Valeur de propriété
Groupe à associer au téléchargement.