Exam sell. Higher Quality Better Service! Certified IT practice exam authority.

Similar documents
Accurate study guides, High passing rate! IT TEST BOOK QUESTION & ANSWER. Ittestbook provides update free of charge in one year!

CertifyMe. CertifyMe

Hands-On Lab. Building Applications in Silverlight 4 Module 6: Printing the Schedule. Printing the Schedule

Microsoft TS: Silverlight 4, Development. Practice Test. Version: QQ:

Microsoft Windows Apps Dev w/microsoft.net Framework 4. Download Full Version :

Exam Name: TS: Windows Applications Development with Microsoft.NET Framework 4

Lecture # 6 Engr. Ali Javed 11th March, 2014

Introduction to Data Templates and Value Converters in Silverlight

Microsoft Corporation

WebFront for Service Manager

RadPDFViewer For Silverlight and WPF

Exam Name: TS: Microsoft.NET Framework 3.5, Windows Presentation Foundation Application

Authoring Guide Gridpro AB Rev: Published: March 2014

Authoring Guide v2.1 PATRIK SUNDQVIST

sharpcorner.com/uploadfile/37db1d/4958/default.aspx?articleid=cb0b291c-52ae-4b80-a95c- 438d76fa1145

Weather forecast ( part 2 )

Week 8: Data Binding Exercise (Bookstore)

EXAM TS:Windows Apps Dev w/microsoft.net Framework 4((C# and VB) Buy Full Product.

Microsoft Exam TS: Windows Applications Development with Microsoft.NET Framework 4 Version: 58.5 [ Total Questions: 228 ]

Lesson 9: Exercise: Tip Calculator

Note: This demo app created for this lab uses the Visual Studio 2015 RTM and Windows Tools SDK ver


Name of Experiment: Country Database

CPSC Tutorial 5

ArcGIS Pro SDK for.net: Advanced User Interfaces in Add-ins. Wolfgang Kaiser

This book was purchased by

Microsoft Exam

Yes, this is still a listbox!

CPSC Tutorial 5 WPF Applications

Hands-On Lab. Using Pivot and Panorama Controls

Universal Windows Platform Complete Solution

ArcGIS Pro SDK for.net Advanced User Interfaces in Add-ins. Wolfgang Kaiser

CPSC Tutorial 6

Microsoft CSharp

Sparkline for WPF 1. ComponentOne. Sparkline for WPF

Name of Experiment: Student Database

ComponentOne. FlexSheet for WPF

Step4: Now, Drag and drop the Textbox, Button and Text block from the Toolbox.

VB. Microsoft. TS- Microsoft.NET Framework 3.5 -C Windows Workflow Foundation

Q&A. DEMO Version

Launchers and Choosers Hands-on Lab. Hands-On Lab. Launchers and Choosers. Lab version: Last updated: 12/8/2010. Page 1

Building Next Generation GUIs using Microsoft Expression Interactive Designer

Introducing the Visual Studio Extensibility

Applied WPF 4 in Context US $49.99 SOURCE CODE ONLINE

Week 7: NavigationView Control Exercise

ComponentOne. HyperPanel for WPF

IAP C# Lecture 5 XAML and the Windows Presentation Foundation. Geza Kovacs

ComponentOne. Document Library for UWP

ArcGIS Pro SDK for.net UI Design for Accessibility. Charles Macleod

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

This tutorial is designed for software developers who want to learn how to develop quality applications with clean structure of code.

Chromatic Remote Control Product Guide Executive Way, Suite A Frederick, MD 21704

My own Silverlight textbox

Hands-On Lab. Building Applications in Silverlight 4 Module 7: Event Administrator Dashboard with Out of Browser, Toasts and Native Integration

Week 6: First XAML Control Exercise

Course 2D_SL: 2D-Computer Graphics with Silverlight Chapter C5: The Complete Code of PathAnimation. Copyright by V. Miszalok, last update:

Hands-On Lab. Using Bing Maps

Beginning Silverlight 5 in C #

Programos gyvavimo ciklas

CS3240 Human-Computer Interaction Lab Sheet Lab Session 3 Designer & Developer Collaboration

BackgroundWorker Component Overview 1 Multithreading with the BackgroundWorker Component 3 Walkthrough Running an Operation in the Background 10 How

Note: many examples in this section taken or adapted from Pro WPF 4.5 C#, Matthew MacDonald, apress, 2012, pp

Module 9: Validating User Input

Windows Presentation Foundation. Jim Fawcett CSE687 Object Oriented Design Spring 2018

Event-based Asynchronous Pattern Overview 1 Implementing the Event-based Asynchronous Pattern 5 Deciding When to Implement the Event-based

Title : TS: Windows Applications Development with Microsoft.NET Framework 4

Hands-On Lab. Windows Phone Navigation and Controls

DOT.NET MODULE 6: SILVERLIGHT

Microsoft VB. TS Windows Apps Dev Microsoft.NET Framework 4. Download Full Version :

Microsoft TS: Microsoft.NET Framework 3.5, Windows Forms Application Development Microsoft

KillTest. 半年免费更新服务

Real4Test. Real IT Certification Exam Study materials/braindumps

Hands-On Lab. Hello Windows Phone

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

The Open Core Interface SDK has to be installed on your development computer. The SDK can be downloaded at:

1) ItemsSource: it point to collection which has all the objects that will be shown in the list

Advanced Programming C# Lecture 3. dr inż. Małgorzata Janik

Microsoft.BrainDump v by.Gabry.53q

IN COLLABORATION WITH IVTB. Diploma in Information Technology. Examinations for / Semester 2

Getting Started with Banjos4Hire



NE Fundamentals of XAML and Microsoft Expression Blend

FOREWORD WHAT WE CAN LEARN TARGET READER

Course 2D_SL: 2D-Computer Graphics with Silverlight Chapter C1: The Intro Project

WinForms Applications

Hands-On Lab. Worker Role Communication. Lab version: Last updated: 11/16/2010. Page 1

Master Code on Innovation and Inclusion

Santiago Canyon College Computer Science

Silverlight memory board ( Part 2 )

Visual Basic/C# Programming (330)

Migrating to Windows Phone

Portable Class Libraries ---

Chapter 2. Building Multitier Programs with Classes The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill

ComponentOne. Extended Library for UWP

WPF and MVVM Study Guides

DOT NET SYLLABUS FOR 6 MONTHS

Exam Name: MCTS: Windows Applications Development with Microsoft.NET Framework 4 Practice Test

Controls WPF. Windows Programming. Lecture 8-1. Krzysztof Mossakowski Faculty of Mathematics and Information Science

Database Tutorials

Transcription:

Higher Quality Better Service! Exam sell Certified IT practice exam authority Accurate study guides, High passing rate! Exam Sell provides update free of charge in one year! http://www.examsell.com

Exam : 070-506 VB Title : TS: Microsoft Silverlight 4, Development Version : Demo 1 / 13

1. You are developing a Silverlight 4 application. The application defines the following three event handlers. (Line numbers are included for reference only.) 01 Private Sub HandleCheck(sender As Object, e As RoutedEventArgs) 02 MessageBox.Show("Checked") 03 End Sub 04 05 Private Sub HandleUnchecked(sender As Object, e As RoutedEventArgs) 06 MessageBox.Show("Unchecked") 07 End Sub 08 09 Private Sub HandleThirdState(sender As Object, e As RoutedEventArgs) 10 MessageBox.Show("Indeterminate") 11 End Sub You need to allow a check box that can be selected, cleared, or set to Indeterminate. You also need to ensure that the event handlers are invoked when the user changes the state of the control. Which XAML fragment should you use? A. <CheckBox x:name="cb2" Content="Three State CheckBox" IsChecked="True" Checked="HandleCheck" Indeterminate="HandleUnchecked" Unchecked="HandleUnchecked" /> B. <CheckBox x:name="cb2" Content="Three State CheckBox" IsThreeState="True" Checked="HandleCheck" Indeterminate="HandleThirdState" Unchecked="HandleUnchecked" /> C. <CheckBox x:name="cb2" Content="Three State CheckBox" IsHitTestVisible="True" Checked="HandleCheck" Indeterminate="HandleThirdState" Unchecked="HandleUnchecked" /> D. <CheckBox x:name="cb2" Content="Three State CheckBox" IsEnabled="True" Checked="HandleCheck" Indeterminate="HandleUnchecked" Unchecked="HandleUnchecked" /> Answer: B 2. You are developing a Silverlight 4 application. The application contains an XAML page that defines the following Grid control. <Grid Name="gridBody" > <Grid.RowDefinitions> <RowDefinition /> <RowDefinition /> </Grid.RowDefinitions> <TextBlock Text="Employee Info" /> <TextBlock Text="Please enter employee info" Grid.Row="1" Height="20" VerticalAlignment="Top" /> <TextBox x:name="empinfo" Grid.Row="1" Margin="0,25,0,0" TextWrapping="Wrap" />... </Grid> The code-behind file for mypage.xaml contains the following code segment. (Line numbers are included for reference only.) 2 / 13

01 Public Sub New() 02 InitializeComponent() 03 04 Dim control As UserControl = New MyCustomControl() 05 06 End Sub You need to replace the contents of the second row of gridbody with a user control of the MyCustomControl type. Which code segment should you insert at line 05? A. gridbody.children.insert(1, control) B. gridbody.rowdefinitions.remove(gridbody.rowdefinitions(1)) gridbody.children.insert(1, control) C. gridbody.rowdefinitions.remove(gridbody.rowdefinitions(1)) gridbody.children.insert(1, control) gridbody.children.clear() Grid.SetRow(control, 1) gridbody.children.add(control) D. gridbody.rowdefinitions.remove(gridbody.rowdefinitions(1)) gridbody.children.insert(1, control) gridbody.children.clear() Grid.SetRow(control, 1) gridbody.children.add(control) Answer: D 3. You are developing a Silverlight 4 application. The application defines the following XAML fragment. (Line numbers are included for reference only.) 01 <ComboBox> 02 <ComboBoxItem Content="Item 1" /> 03 <ComboBoxItem Content="Item 2" /> 04 <ComboBoxItem Content="Item 3" /> 05 </ComboBox> The code-behind file contains the following code segment. (Line numbers are included for reference only.) 06 Private Sub PrintText(sender As Object, args As SelectionChangedEventArgs) 07 08 MessageBox.Show("You selected " + cbi.content.tostring() + ".") 09 End Sub You need to ensure that when the user selects an item in a ComboBox control, the content of the item is displayed. What should you do? A. Replace the following XAML fragment at line 01. <ComboBox SelectionChanged="PrintText"> Add the following code segment at line 07. Dim cbi As ComboBoxItem = TryCast(TryCast(sender, ComboBox).SelectedItem, ComboBoxItem) B. Replace the following XAML fragment at line 01. 3 / 13

<ComboBox SelectionChanged="PrintText"> Add the following code segment at line 07. Dim cbi As ComboBoxItem = TryCast(TryCast(sender, ComboBox).SelectedIndex, ComboBoxItem) C. Replace the following XAML fragment at line 01. <ComboBox DropDownClosed="PrintText"> Add the following code segment at line 07. Dim cbi As ComboBoxItem = TryCast(TryCast(sender, ComboBox).SelectedItem, ComboBoxItem) D. Replace the following XAML fragment at line 01. <ComboBox DropDownClosed="PrintText"> Add the following code segment at line 07. Dim cbi As ComboBoxItem = TryCast(TryCast(sender, ComboBox).SelectedIndex, ComboBoxItem) Answer: A 4. You are developing a Silverlight 4 application. You have a collection named ColPeople of the List<Person> type. You define the Person class according to the following code segment. Public Class Person Public Property Name() As String Public Property Description() As String Public Property Gender() As String Public Property Age() As Integer Public Property Weight() as Integer End Class You need to bind ColPeople to a ComboBox so that only the Name property is displayed. Which XAML fragment should you use? A. <ComboBox DataContext="{Binding ColPeople}" ItemsSource="{Binding ColPeople}" DisplayMemberPath="Name" /> B. <ComboBox DataContext="{Binding Person}" ItemsSource="{Binding Person}" DisplayMemberPath="ColPeople" /> C. <ComboBox DataContext="{Binding ColPeople}" DisplayMemberPath="Name" /> D. <ComboBox DataContext="{Binding Person}" /> Answer: A 5. You are developing a Silverlight 4 application. You define an Invoice object according to the following code segment. Public Class Invoice Public Property InvoiceId() As Integer Public Property Amount() As Double Public Property Supplier() As Supplier Public Property InvoiceDate() As DateTime Public Property PayDate() As DateTime Public Property InvoiceDescription() As String End Class You need to display a list of invoices that have the following properties displayed on each line: InvoiceId, 4 / 13

Amount, and InvoiceDate. Which XAML fragment should you use? A. <ListBox x:name="invoicelistbox"> <StackPanel Orientation="Horizontal"> <TextBlock Text="{Binding Path=InvoiceId}" /> <TextBlock Text="{Binding Path=Amount}" /> <TextBlock Text="{Binding Path=InvoiceDate}" /> </StackPanel> </ListBox> B. <ListBox x:name="invoicelistbox"> <StackPanel Orientation="Horizontal"> <ListBoxItem> <TextBlock Text="{Binding Path=InvoiceId}" /> </ListBoxItem> <ListBoxItem> <TextBlock Text="{Binding Path=Amount}" /> </ListBoxItem> <ListBoxItem> <TextBlock Text="{Binding Path=InvoiceDate}" /> </ListBoxItem> </StackPanel> </ListBox> C. <ListBox x:name="invoicelistbox"> <ListBox.Items> <ItemsPanelTemplate> <StackPanel Orientation="Horizontal"> <TextBlock Text="{Binding Path=InvoiceId}" /> <TextBlock Text="{Binding Path=Amount}" /> <TextBlock Text="{Binding Path=InvoiceDate}" /> </StackPanel> </ItemsPanelTemplate> </ListBox.Items> </ListBox> D. <ListBox x:name="invoicelistbox"> <ListBox.ItemTemplate> <DataTemplate> <StackPanel Orientation="Horizontal"> <TextBlock Text="{Binding Path=InvoiceId}" /> <TextBlock Text="{Binding Path=Amount}" /> <TextBlock Text="{Binding Path=InvoiceDate}" /> </StackPanel> </DataTemplate> </ListBox.ItemTemplate> </ListBox> 5 / 13

Answer: D 6. You are developing a Silverlight 4 application. You define the visual behavior of a custom control in the ControlTemplate by defining a VisualState object named Selected. You need to change the visual state of the custom control to the Selected state. Which code segment or XAML fragment should you use? A. VisualStateManager.GoToState(Me, "Selected", True) B. <VisualTransition To="Selected"> <Storyboard>... </Storyboard> </VisualTransition> C. <VisualTransition From="Selected"> <Storyboard>... </Storyboard> </VisualTransition> D. Public Shared ReadOnly SelectedProperty As DependencyProperty = DependencyProperty.Register("Selected", GetType(VisualState), GetType(MyControl), Nothing) Public Property Selected As VisualState Get Return GetValue(SelectedProperty) End Get Set(ByVal value As VisualState) SetValue(SelectedProperty, value) End Set End Property Answer: A 7. You are developing an application by using Silverlight 4 and Microsoft.NET Framework 4. You create a new user control in the application. You add the following XAML fragment to the control. <StackPanel KeyDown="App_KeyDown" Orientation="Vertical"> <TextBox x:name="firstname" /> <TextBox x:name="lastname" /> <TextBox x:name="address" /> </StackPanel> You add the following code segment in the code-behind file of the control. (Line numbers are included for reference only.) 01 Private Sub App_KeyDown(ByVal sender As Object, ByVal e As KeyEventArgs) 02 03 End Sub 04 05 Private Sub FirstAndLastNameKeyDown() 6 / 13

06 '... 07 End Sub You need to ensure that the FirstAndLastNameKeyDown method is invoked when a key is pressed while the focus is on the firstname or lastname TextBox controls. You also need to ensure that the default behavior of the controls remains unchanged. Which code segment should you add at line 02? A. If ((CType(sender,FrameworkElement).Name = "firstname") _ OrElse (CType(sender,FrameworkElement).Name = "lastname")) Then FirstAndLastNameKeyDown e.handled = false B. If ((CType(sender,FrameworkElement).Name = "firstname") _ OrElse (CType(sender,FrameworkElement).Name = "lastname")) Then FirstAndLastNameKeyDown e.handled = true C. If ((CType(e.OriginalSource,FrameworkElement).Name = "firstname") _ OrElse (CType(e.OriginalSource,FrameworkElement).Name = "lastname")) Then FirstAndLastNameKeyDown e.handled = false D. If ((CType(e.OriginalSource,FrameworkElement).Name = "firstname") _ OrElse (CType(e.OriginalSource,FrameworkElement).Name = "lastname")) Then FirstAndLastNameKeyDown e.handled = true Answer: C 8. You are developing an application by using Silverlight 4 and Microsoft.NET Framework 4. The application has a TextBox control named txtname. You need to handle the event when txtname has the focus and the user presses the F2 key. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) A. AddHandler txtname.keydown, New KeyEventHandler ( AddressOf txtname_keydown) B. AddHandler txtname.lostfocus, New RoutedEventHandler(AddressOf txtname_lostfocus) C. AddHandler txtname.textchanged, New TextChangedEventHandler(AddressOf txtname_textchanged) D. Private Sub txtname_textchanged(sender As Object, e As TextChangedEventArgs) 'Custom logic If DirectCast(e.OriginalSource, Key) = Key.F2 Then End Sub E. Private Sub txtname_keydown(sender As Object, e As KeyEventArgs) 'Custom logic 7 / 13

If e.key = Key.F2 Then End Sub F. Private Sub txtname_lostfocus(sender As Object, e As RoutedEventArgs) 'Custom logic If DirectCast(e.OriginalSource, Key) = Key.F2 Then End Sub Answer: AE 9. You are developing an application by using Silverlight 4 and Microsoft.NET Framework 4. The application contains the following XAML fragment. <TextBlock x:name="quoteoftheday" /> The application calls a Windows Communication Foundation (WCF) service named MyService that returns the quote of the day and assigns it to the QuoteOfTheDay TextBlock. The application contains the following code segment. (Line numbers are included for reference only.) 01 Dim client = New MyService.MyServiceClient() 02 AddHandler client.getquoteofthedaycompleted, Sub(s, args) QuoteOfTheDay.Text = args.result 03 client.getquoteofthedayasync() You need to handle errors that might occur as a result of the service call. You also need to provide a default value of "Unavailable" when an error occurs. Which code segment should you replace at lines 02 and 03? A. QuoteOfTheDay.Text = "Unavailable" AddHandler client.getquoteofthedaycompleted, Sub(s, args) QuoteOfTheDay.Text = args.result End Sub client.getquoteofthedayasync() B. AddHandler client.getquoteofthedaycompleted,sub(s, args) If args.result IsNot Nothing Then QuoteOfTheDay.Text = args.result Else QuoteOfTheDay.Text = "Unavailable" End Sub client.getquoteofthedayasync() C. AddHandler client.getquoteofthedaycompleted, Sub(s, args) QuoteOfTheDay.Text = args.result End Sub Try client.getquoteofthedayasync() Catch ex As Exception ' TODO: handle exception QuoteOfTheDay.Text = "Unavailable" End Try 8 / 13

D. AddHandler client.getquoteofthedaycompleted, Sub(s, args) If args.[error] Is Nothing Then QuoteOfTheDay.Text = args.result Else ' TODO: handle error QuoteOfTheDay.Text = "Unavailable" End Sub client.getquoteofthedayasync() Answer: D 10. You are developing an application by using Silverlight 4 and Microsoft.NET Framework 4. You create a Windows Communication Foundation (WCF) Data Service. You add a service reference to the WCF Data Service named NorthwindEntities in the Silverlight application. You also add a CollectionViewSource object named ordersviewsource in the Silverlight application. You add the following code segment. (Line numbers are included for reference only.) 01 Sub getorders_click(byval sender As Object, ByVal e As RoutedEventArgs) 02 Dim context As New NorthwindEntities() 03 04 Dim query = From order In context.orders Select order 05 06 End Sub You need to retrieve the Orders data from the WCF Data Service and bind the data to the ordersviewsource object. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) A. Add the following code segment at line 03. Dim obscollection = New ObservableCollection(Of Order) B. Add the following code segment at line 03. Dim dsorders As New DataServiceCollection(Of Order) AddHandler dsorders.loadcompleted, New EventHandler(Of LoadCompletedEventArgs)(Sub(dsc, args) ordersviewsource.source = dsorders End Sub) C. Add the following code segment at line 05. dsorders.loadasync(query) D. Add the following code segment at line 05. dsorders.load(query) E. Add the following code segment at line 05. query.tolist().foreach(sub(o) obscollection.add(o)) ordersviewsource.source = obscollection Answer: BC 11. You are developing an application by using Silverlight 4 and Microsoft.NET Framework 4. You add a BackgroundWorker object named worker to the application. 9 / 13

You add the following code segment. (Line numbers are included for reference only.) 01 Public Sub New() 02 InitializeComponent() 03 worker.workersupportscancellation = True 04 AddHandler worker.dowork, New DoWorkEventHandler(AddressOf worker_dowork) 05 AddHandler worker.runworkercompleted, New RunWorkerCompletedEventHandler(AddressOf worker_completed) 06 End Sub 07 Private Sub worker_dowork(sender As Object, e As DoWorkEventArgs) 08 For i As Integer = 0 To 99 09 InvokeLongRunningProcessStep() 10 Next 11 End Sub You need to ensure that worker can be properly canceled. Which code segment should you use to replace line 09? A. Dim cancel = TryCast(sender, BackgroundWorker).CancellationPending If cancel Then TryCast(sender, BackgroundWorker).CancelAsync() Else InvokeLongRunningProcessStep() B. Dim cancel = TryCast(sender, BackgroundWorker).CancellationPending If cancel Then e.cancel = True Else InvokeLongRunningProcessStep() C. Dim cancel = e.cancel If cancel Then TryCast(sender, BackgroundWorker).CancelAsync() Else InvokeLongRunningProcessStep() D. Dim cancel = e.cancel If cancel Then e.cancel = True Else InvokeLongRunningProcessStep() Answer: B 12. You are developing an application by using Silverlight 4 and Microsoft.NET Framework 4. You add a BackgroundWorker object named worker to the application. You also add a CheckBox control named checkbox and a TextBlock control named statustextblock. 10 / 13

You add the following code segment. (Line numbers are included for reference only.) 01 Public Sub New() 02 InitializeComponent() 03 worker.workerreportsprogress = True 04 AddHandler worker.dowork, New DoWorkEventHandler(AddressOf worker_dowork) 05 AddHandler worker.progresschanged, New ProgressChangedEventHandler(AddressOf worker_progresschanged) 06 End Sub 07 Private Sub worker_dowork(sender As Object, e As DoWorkEventArgs) 08 For i As Integer = 0 To 99 09 Dim ischecked As Boolean = checkbox.ischecked.hasvalue AndAlso checkbox.ischecked.value 10 ExecuteLongRunningProcessStep(isChecked) 11 worker.reportprogress(i) 12 Next 13 End Sub 14 Private Sub worker_progresschanged(sender As Object, e As ProgressChangedEventArgs) 15 statustextblock.text = Convert.ToString(e.ProgressPercentage) & "%" 16 End Sub You attempt to run the application. You receive the following error message: "Invalid cross-thread access." You need to ensure that worker executes successfully. What should you do? A. Replace line 09 with the following code segment. Dim b = CType(checkBox.GetValue(CheckBox.IsCheckedProperty), System.Nullable(Of Boolean)) Dim ischecked As Boolean = b.hasvalue AndAlso b.value B. Replace line 09 with the following code segment. Dim ischecked As Boolean = False Dispatcher.BeginInvoke(Function() ischecked = checkbox.ischecked.hasvalue AndAlso checkbox.ischecked.value End Function) C. Replace line 15 with the following code segment. statustextblock.setvalue(textblock.textproperty, (e.progresspercentage + "%")) D. Replace line 15 with the following code segment. Dispatcher.BeginInvoke(Function() statustextblock.text = e.progresspercentage + "%" End Function) Answer: B 13. You are developing an application by using Silverlight 4 and Microsoft.NET Framework 4. You add the following code segment. (Line numbers are included for reference only.) 01 Public Class MyControl Inherits Control 02 03 Public Property Title() As String 11 / 13

04 Get 05 Return DirectCast(GetValue(TitleProperty), String) 06 End Get 07 Set 08 SetValue(TitleProperty, value) 09 End Set 10 End Property 11 End Class You need to create a dependency property named TitleProperty that allows developers to set the Title. You also need to ensure that the default value of the TitleProperty dependency property is set to Untitled. Which code segment you add at line 02? A. Public Shared ReadOnly TitleProperty As DependencyProperty = DependencyProperty.Register("Untitled", GetType(System.String), GetType(MyControl), Nothing) B. Public Shared ReadOnly TitleProperty As DependencyProperty = DependencyProperty.Register("Untitled", GetType(System.String), GetType(MyControl), New PropertyMetadata("Title")) C. Public Shared ReadOnly TitleProperty As DependencyProperty = DependencyProperty.Register("Title", GetType(System.String), GetType(MyControl), New PropertyMetadata("Untitled")) D. Public Shared ReadOnly TitleProperty As DependencyProperty = DependencyProperty.Register("Title", GetType(String), GetType(MyControl), New PropertyMetadata(New PropertyChangedCallback(Sub(depObj, args) depobj.setvalue(mycontrol.titleproperty, "Untitled") End Sub))) Answer: C 14. You are developing an application by using Silverlight 4 and Microsoft.NET Framework 4. You create a control named MyControl in the application. Each instance of the control contains a list of FrameworkElement objects. You add the following code segment. (Line numbers are included for reference only.) 01 Public Class MyControl 02 Inherits Control 03 04 Public ReadOnly Property ChildElements As List(Of FrameworkElement) 05 Get 06 Return DirectCast(GetValue(MyControl.ChildElementsProperty), List(Of FrameworkElement)) 07 End Get 08 End Property 09 Public Sub New() 10 11 End Sub 12 13 Shared Sub New() 12 / 13

14 15 End Sub 16 End Class You need to create the ChildElementsProperty dependency property. You also need to initialize the property by using an empty list of FrameworkElement objects. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) A. Add the following code segment at line 03. Public Shared ReadOnly ChildElementsProperty As DependencyProperty = DependencyProperty.Register("ChildElements", GetType(List(Of FrameworkElement)), GetType(MyControl), New PropertyMetadata(New List(Of FrameworkElement)())) B. Add the following code segment at line 03. Public Shared ReadOnly ChildElementsProperty As DependencyProperty = DependencyProperty.Register("ChildElements", GetType(List(Of FrameworkElement)), GetType(MyControl), New PropertyMetadata(Nothing)) C. Add the following code segment at line 10. SetValue(MyControl.ChildElementsProperty, New List(Of FrameworkElement)()) D. Add the following code segment at line 14. ChildElementsProperty = DependencyProperty.Register("ChildElements", GetType(List(Of FrameworkElement)), GetType(MyControl), New PropertyMetadata(New List(Of FrameworkElement)())) Answer: BC 15. You are developing an application by using Silverlight 4 and Microsoft.NET Framework 4. You add the following code segment. (Line numbers are included for reference only.) 01 Dim outercanvas = New Canvas() 02 Dim innercanvas = New Canvas() 03 innercanvas.width = 200 04 innercanvas.height = 200 05 outercanvas.children.add(innercanvas) 06 You need to set the distance between the left of the innercanvas element and the left of the outercanvas element to 150 pixels. Which code segment should you add at line 06? A. outercanvas.margin = New Thickness(0.0, 150.0, 0.0, 0.0) B. innercanvas.margin = new Thickness(0.0, 150.0, 0.0, 0.0) C. outercanvas.setvalue(canvas.leftproperty, 150.0) D. innercanvas.setvalue(canvas.leftproperty, 150.0) Answer: D 13 / 13