Freigeben über


IBackgroundTransferContentPartFactory.CreateWithName(String) Methode

Definition

Erstellt ein BackgroundTransferContentPart-Objekt , das den angegebenen Inhaltstyp angibt.

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

Parameter

name
String

Platform::String

winrt::hstring

Gibt den Inhaltstyp an.

Gibt zurück

Das resultierende BackgroundTransferContentPart.

Gilt für:

Weitere Informationen