IBackgroundTransferContentPartFactory Interface

Definition

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
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

CreateWithName(String)

Creates a BackgroundTransferContentPart object that indicates the specified content type.

CreateWithNameAndFileName(String, String)

Creates a BackgroundTransferContentPart object that identifies the content type and name of the file.

Applies to

See also