nerdexam
Microsoft

MS-600 · Question #130

You plan to develop a TypeScript client-side app that will use the MSGraphClient library. You need to configure Microsoft Visual Studio Code to use IntelliSense and support code completion for the…

The correct answer is B. Add the following import statement to the code: import * as MicrosoftGraph from E. Add the following import statement to the code: import * as MicrosoftGraph from. https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-msgraph

Build apps with Microsoft Graph

Question

You plan to develop a TypeScript client-side app that will use the MSGraphClient library. You need to configure Microsoft Visual Studio Code to use IntelliSense and support code completion for the MSGraph client library. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • AInstall the Microsoft Graph Toolkit.
  • BAdd the following import statement to the code: import * as MicrosoftGraph from
  • CRun the npm install @microsoft/microsoft-graph-client --save-dev command.
  • DRun the npm install @microsoft/microsoft-graph-types --save-dev command.
  • EAdd the following import statement to the code: import * as MicrosoftGraph from

How the community answered

(46 responses)
  • A
    11% (5)
  • B
    83% (38)
  • C
    2% (1)
  • D
    4% (2)

Explanation

https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-msgraph

Topics

#MSGraphClient#TypeScript#IntelliSense#Graph types

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice