CurrentApp.ReportProductFulfillment(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知 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。