Prism - Changing the ViewModelLocator Naming Convention

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 4

  • @fredyjimenez4853
    @fredyjimenez4853 6 ปีที่แล้ว +6

    thanks for all your work!!!
    Prism Lib is greattttttt

  • @DoctorMGL
    @DoctorMGL 2 ปีที่แล้ว

    if i have many view models i want to call using sidebar menu ,
    and each button inject a diff view in my *mainWindow.xaml*
    how i would do this using your automatic ViewModelLocator model ?

    • @BrianLagunas
      @BrianLagunas  2 ปีที่แล้ว

      The VML only creates and assigns the Vm to the DataContext of the view. All you have to do is create an instance of the view and the Vm is automatically created for you.