Multiple choice technology operating systems

Markup extensions are a XAML language concept. The following Markup extensions are supported

  1. Binding

  2. StaticResource

  3. DynamicResource

  4. Button

  5. Object

  6. x:Type

Reveal answer Fill a bubble to check yourself
A,B,C,F Correct answer
Explanation

XAML markup extensions include Binding (data binding), StaticResource (lookup static resources), DynamicResource (lookup dynamic resources), and x:Type (pass a Type object). Button is a regular control, not a markup extension, and Object is not a standard markup extension.