Compartir a través de


IBackgroundTransferContentPartFactory.CreateWithNameAndFileName Método

Definición

Crea un objeto BackgroundTransferContentPart que identifica el tipo de contenido y el nombre del archivo.

public:
 BackgroundTransferContentPart ^ CreateWithNameAndFileName(Platform::String ^ name, Platform::String ^ fileName);
BackgroundTransferContentPart CreateWithNameAndFileName(winrt::hstring const& name, winrt::hstring const& fileName);
public BackgroundTransferContentPart CreateWithNameAndFileName(string name, string fileName);
function createWithNameAndFileName(name, fileName)
Public Function CreateWithNameAndFileName (name As String, fileName As String) As BackgroundTransferContentPart

Parámetros

name
String

Platform::String

winrt::hstring

Identifica el tipo de contenido.

fileName
String

Platform::String

winrt::hstring

Nombre completo del archivo; esto incluye la ruta de acceso local.

Devoluciones

Objeto BackgroundTransferContentPart resultante.

Se aplica a

Consulte también