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
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)- A11% (6)
- B2% (1)
- C81% (44)
- D6% (3)
Explanation
MNEMONIC RULE: "Implement Interface1" Walkthrough: Creating Connectable Web Parts in SharePoint Foundation SharePoint 2010 Provider Consumer Web Parts
Topics
Community Discussion
No community discussion yet for this question.