다음을 통해 공유


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입니다.

적용 대상