CreateView() public méthode

public CreateView ( ) : FrameworkElement
Résultat System.Windows.FrameworkElement
 public void TestSetup()
 {
     viewModel = new ContentContainerViewModel();
     view = viewModel.CreateView() as ContentContainer;
 }