CurrentApp.ReportProductFulfillment(String) メソッド

定義

アプリケーションがアプリ内製品を満たしていることを Microsoft Store に通知します。 この方法を使用してアプリがフルフィルメントを確認するまで、この製品を再購入することはできません。

public:
 static void ReportProductFulfillment(Platform::String ^ productId);
 static void ReportProductFulfillment(winrt::hstring const& productId);
public static void ReportProductFulfillment(string productId);
function reportProductFulfillment(productId)
Public Shared Sub ReportProductFulfillment (productId As String)

パラメーター

productId
String

Platform::String

winrt::hstring

ユーザーに配信された製品の ID。

適用対象