70-484 · Question #35
You need to add code to the <Image> element to support marking items as found or not found. Which code segment should you add to the <Image> element on the item detail page?
The correct answer is D. FlyoutBase.AttachedFlyout="{ScaticResourceFoundNotFoundFlyout}". Scenario: When the user taps the image of an item on the item detail page, an element named FoundNotFoundFlyout must be displayed. The FoundNotFoundFlyout element will be declared in the Resources section of the page.
Question
You need to add code to the <Image> element to support marking items as found or not found. Which code segment should you add to the <Image> element on the item detail page?
Options
- AFlyout="FoundNotFoundFlyout"
- BFlyout="{StaticResource FoundNotFoundFlyout)"
- CFlyoutBase.AttachedFlyout="FoundNotFoundFlyout"
- DFlyoutBase.AttachedFlyout="{ScaticResourceFoundNotFoundFlyout}"
How the community answered
(37 responses)- A11% (4)
- B3% (1)
- C3% (1)
- D84% (31)
Explanation
Scenario: When the user taps the image of an item on the item detail page, an element named FoundNotFoundFlyout must be displayed. The FoundNotFoundFlyout element will be declared in the Resources section of the page.
Topics
Community Discussion
No community discussion yet for this question.