nerdexam
Microsoft

70-511 · Question #293

Which of the following is NOT required to automate a WPF control? (Choose all that apply.)

The correct answer is A. Create an instance of AutomationPeer that corresponds to the control you want to automate. C. Obtain a reference to an implementation of the pattern interface that encapsulates the D. Call methods on an instance of the correct pattern interface to automate the desired functionality. See the full explanation below for the reasoning.

Question

Which of the following is NOT required to automate a WPF control? (Choose all that apply.)

Options

  • ACreate an instance of AutomationPeer that corresponds to the control you want to automate.
  • BCast your instance of automation peer as the required pattern interface for the functionality you
  • CObtain a reference to an implementation of the pattern interface that encapsulates the
  • DCall methods on an instance of the correct pattern interface to automate the desired functionality.

How the community answered

(29 responses)
  • A
    72% (21)
  • B
    28% (8)

Community Discussion

No community discussion yet for this question.

Full 70-511 Practice