IBackgroundTransferContentPartFactory.CreateWithNameAndFileName 方法

定义

创建一个 BackgroundTransferContentPart 对象,该对象标识文件的内容类型和名称。

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

参数

name
String

Platform::String

winrt::hstring

标识内容类型。

fileName
String

Platform::String

winrt::hstring

完全限定的文件名;这包括本地路径。

返回

生成的 BackgroundTransferContentPart 对象。

适用于

另请参阅