nerdexam
Microsoft

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.

Create the User Interface

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)
  • A
    11% (4)
  • B
    3% (1)
  • C
    3% (1)
  • D
    84% (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

#Flyout#FlyoutBase#AttachedFlyout#XAML

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice