IBackgroundTransferContentPartFactory.CreateWithName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a BackgroundTransferContentPart object that indicates the specified content type.
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
Parameters
- name
-
String
Platform::String
winrt::hstring
Identifies the content type.
Returns
The resultant BackgroundTransferContentPart.