IBackgroundTransferContentPartFactory 接口

定义

public interface class IBackgroundTransferContentPartFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2431621289, 31233, 18955, 159, 128, 160, 176, 187, 55, 15, 141)]
struct IBackgroundTransferContentPartFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2431621289, 31233, 18955, 159, 128, 160, 176, 187, 55, 15, 141)]
public interface IBackgroundTransferContentPartFactory
Public Interface IBackgroundTransferContentPartFactory
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

方法

CreateWithName(String)

创建指示指定内容类型的 BackgroundTransferContentPart 对象。

CreateWithNameAndFileName(String, String)

创建一个 BackgroundTransferContentPart 对象,该对象标识文件的内容类型和名称。

适用于

另请参阅