DRAG DROP
You are developing a Windows Store game that saves virtual store purchase information to the local
device.
The app must create a setting named PlayerName within a container named Purchases. The app
must store the value of the PlayerName property in the local store.
You need to meet the requirements.
How should you complete the code segment? (To answer, drag the appropriate terms to the correct
location or locations. Each term may be used once, more than once, or not at all. You may need to
drag the split bar between panes or scroll to view content.)
Answer: See the explanation
Explanation:
Localsettings
Values
Localstore
Always
Values and Always should be switched around.http://msdn.microsoft.com/enus/library/windows/apps/windows.storage.applicationdata.localsettings.aspx
http://msdn.microsoft.com/enus/library/windows/apps/windows.storage.applicationdatacontainer.aspx
http://msdn.microsoft.com/enus/library/windows/apps/windows.storage.applicationdatacreatedisposition.aspx
Localsettings
Always
Localstore
Values