Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーコントロールがあり、そのユーザーコントロールで1つのボタンを制御します。
そのボタンをクリックすると、ビュー全体をコマンド パラメータに渡す必要があります。
コマンドパラメータを介してビューを渡すにはどうすればよいですか?
正しい方法を覚えている場合 (そして現在の Window インスタンスにバインドしたい場合)、それは次のようになります。
CommandParameter="{Binding RelativeSource={RelativeSource AncestorType={x:Type Window}}}"
参照: RelativeSource で WPF バインディングを使用するにはどうすればよいですか?