IBackgroundTransferContentPartFactory.CreateWithName(String) Metodo

Definizione

Crea un oggetto BackgroundTransferContentPart che indica il tipo di contenuto specificato.

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

Parametri

name
String

Platform::String

winrt::hstring

Identifica il tipo di contenuto.

Restituisce

Oggetto BackgroundTransferContentPart risultante.

Si applica a

Vedi anche