次の方法で共有


IBackgroundTransferOperation.Method プロパティ

定義

バックグラウンド転送操作に使用するメソッドを指定します。

public:
 property Platform::String ^ Method { Platform::String ^ get(); };
winrt::hstring Method();
public string Method { get; }
var string = iBackgroundTransferOperation.method;
Public ReadOnly Property Method As String

プロパティ値

String

Platform::String

winrt::hstring

使用するメソッド。 この値には、GETPUTRETR、STOR を指定できます。

適用対象