IBackgroundTransferContentPartFactory.CreateWithName(String) Method

Definition

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.

Applies to

See also