You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. <br /> You add a TreeView control to show the hierarchical structure of orders and order details. <br /> Each order contains an ObservableCollection named OrderDetails. <br /> You write the following code fragment. (Line numbers are included for reference only.)<br /> <img src="https://nimg.ppkao.com/2018-07/yiyu/2018072714512766790.jpg?sign=c8f5b271a4ce746a0bd9c52a5529549b&t=62d1f36a" /><br /> You need to ensure that the TreeView control meets the following requirements: <br /> Each order is shown as a TreeView node. <br /> The order nodes have order detail nodes as children. <br /> The order detail nodes have no children. <br /> Which code fragment should you insert at line 07?()
A、
B、
C、
D、