次の方法で共有


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

適用対象

こちらもご覧ください