nerdexam
Microsoft

70-573 · Question #61

You plan to create one provider Web Part and two consumer Web Parts. You need to ensure that the consumer Web Parts can receive data from the provider Web Part. You create an interface that contains…

The correct answer is C. Implement Interface 1 in the provider Web Part. MNEMONIC RULE: "Implement Interface1" Walkthrough: Creating Connectable Web Parts in SharePoint Foundation SharePoint 2010 Provider Consumer Web Parts

Developing for User Experience

Question

You plan to create one provider Web Part and two consumer Web Parts. You need to ensure that the consumer Web Parts can receive data from the provider Web Part. You create an interface that contains the following code segment:

public interface Interfacel { string Pararoeterl { get; set; } } What should you do next?

Options

  • ACreate a set accessor for Parameterl.
  • BCreate a second interface and use it to communicate with the providerWeb Part.
  • CImplement Interface 1 in the provider Web Part.
  • DImplement IWebPartField in the provider Web Part.

How the community answered

(54 responses)
  • A
    11% (6)
  • B
    2% (1)
  • C
    81% (44)
  • D
    6% (3)

Explanation

MNEMONIC RULE: "Implement Interface1" Walkthrough: Creating Connectable Web Parts in SharePoint Foundation SharePoint 2010 Provider Consumer Web Parts

Topics

#Web Part connections#provider Web Part#consumer Web Part#interface implementation

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice