IBackgroundTransferContentPartFactory Interface
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.
Crée un objet BackgroundTransferContentPart .
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
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Méthodes
CreateWithName(String) |
Crée un objet BackgroundTransferContentPart qui indique le type de contenu spécifié. |
CreateWithNameAndFileName(String, String) |
Crée un objet BackgroundTransferContentPart qui identifie le type de contenu et le nom du fichier. |