GameUIProviderActivatedEventArgs.ReportCompleted(ValueSet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Signals the experience as complete, and communicates any resulting data back to the calling app. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, your app cannot use this API.
public:
virtual void ReportCompleted(ValueSet ^ results) = ReportCompleted;
void ReportCompleted(ValueSet const& results);
public void ReportCompleted(ValueSet results);
function reportCompleted(results)
Public Sub ReportCompleted (results As ValueSet)
Parameters
- results
- ValueSet
The resulting data from the GameUIProvider app.