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。

适用于