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