CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 43: MS-600: Building Applications and Solutions with Microsoft 365 Core Services

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…

Nội dung câu hỏi

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.

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Add the following import statement to the code: import * as MicrosoftGraph from '@microsoft/microsoft-graph-client'; — đáp án hiện tại
  2. B. Run the npm install @microsoft/microsoft-graph-types --save-dev command. — đáp án hiện tại
  3. C. Run the npm install @microsoft/microsoft-graph-client --save-dev command.
  4. D. Install the Microsoft Graph Toolkit.
  5. E. Add the following import statement to the code: import * as MicrosoftGraph from '@microsoft/microsoft-graph-types';

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề