C#代码

Binding binding = new Binding();
binding.Source = _cvs;
treeView.SetBinding(TreeView.ItemsSourceProperty, binding);