This is my binding (shortened, Command-Property is also bound)
<MenuItem Header="Key" CommandParameter="{Binding StringFormat='Key: {0}', Path=PlacementTarget.Tag, RelativeSource={RelativeSource AncestorType=ContextMenu}}"/>
The Tag-Property of ContectMenu's PlacementTarget is a String like
"Short.Plural"
What i expect to receive in the Command-Handler is:
Key: Short.Plural
But what i acutally receive is:
Short.Plural
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…