IBackgroundTransferContentPartFactory.CreateWithName(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建指示指定内容类型的 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。