Share via


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

已傳遞給使用者的產品識別碼。

適用於