ウィンドウを作成:
<Window
d:DataContext="{d:DesignInstance Type=MyType, IsDesignTimeCreatable=True}"
cal:Bind.AtDesignTime="True">
<ContentControl cal:View.Model="{Binding Model}" cal:View.Context="ViewContext1"/>
</Window>
という名前のビューモデルのビューを作成します[Root namespace].Model.ViewContext1
。
設計時に、 「ビューモデルのビューが見つかりません」を参照してください。
走るときは-大丈夫です。