<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
DataContext="This is my text">
<TextBlock>
<Run Text="{Binding}"/>
</TextBlock>
</Window>
スローInvalidOperationException
: 「双方向バインディングにはパスまたは XPath が必要です。」
, を指定Mode=OneWay
すると、奇妙なコンパイラ エラーが発生します。
The tag 'Binding,' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'.
これを修正するxamlyの方法はありますか?