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 オブジェクト。

適用対象

こちらもご覧ください