共用方式為


DownloadOperation.TransferGroup 屬性

定義

取得這個下載作業所屬的群組。

public:
 property BackgroundTransferGroup ^ TransferGroup { BackgroundTransferGroup ^ get(); };
BackgroundTransferGroup TransferGroup();
public BackgroundTransferGroup TransferGroup { get; }
var backgroundTransferGroup = downloadOperation.transferGroup;
Public ReadOnly Property TransferGroup As BackgroundTransferGroup

屬性值

傳輸群組。

適用於

另請參閱