DRAG DROP
A Microsoft Visual Studio solution contains a Windows Store app project that is written by
using JavaScript code. You add a Windows Runtime Metadata file named Contoso.winmd to
the solution. The WinMD component is written by using C# code.
The Windows Store app must consume the WinMD component.
You need to ensure that IntelliSense can identify the methods of the WinMD component as
soon as possible.
In which order should you perform the actions? To answer, move all actions from the list of
actions to the answer area and arrange them in the correct order.
Explanation:
Reference:
http://msdn.microsoft.com/en-us/library/windows/apps/hh779077.aspx
wrong answer. Correvt answer is:
1) Reference the contoso project
2) Build the solution
3) Create an instance of the winMD component
4) Consume winm d component