是否有任何人知道,根据目标/观点显示观点的同一功能是否适用于银星3?
与此类似:
<Application.Resources>
<DataTemplate DataType="页: 1x:Type vm:CustomerViewModeliii">
<view:CustomerView />
</DataTemplate>
<ContentControl Content="页: 1Binding Path=CurrentViewiii"/>
public class RootViewModel : BaseViewModel
页: 1
private BaseViewModel _currentView;
public BaseViewModel CurrentView
页: 1
get 页: 1 return _currentView; iii
set
页: 1
_currentView = value;
RaisePropertyChanged("CurrentView");
iii
iii
public void ShowCustomer()
页: 1
CurrentView = IoC.Resolve<Customerviewmodel>();
iii
iii
格式问题。 ......
页: 1