IBackgroundTransferContentPartFactory.CreateWithName(String) Méthode
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 qui indique le type de contenu spécifié.
public:
BackgroundTransferContentPart ^ CreateWithName(Platform::String ^ name);
BackgroundTransferContentPart CreateWithName(winrt::hstring const& name);
public BackgroundTransferContentPart CreateWithName(string name);
function createWithName(name)
Public Function CreateWithName (name As String) As BackgroundTransferContentPart
Paramètres
- name
-
String
Platform::String
winrt::hstring
Identifie le type de contenu.
Retours
BackgroundTransferContentPart résultant.