IBackgroundTransferContentPartFactory.CreateWithName(String) 方法

定义

创建指示指定内容类型的 BackgroundTransferContentPart 对象。

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

参数

name
String

Platform::String

winrt::hstring

标识内容类型。

返回

生成的 BackgroundTransferContentPart

适用于

另请参阅