BackgroundDownloader.TransferGroup 屬性

定義

取得或設定下載作業將所屬的群組。

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

屬性值

要與下載相關聯的群組。

適用於

另請參閱