LoginSignup
1
0

More than 5 years have passed since last update.

Visual Studio / WPF > 「my:」プレフィックス付きのXML名前空間 | 「local:」プレフィックス付きのXML名前空間

Last updated at Posted at 2017-06-04
動作環境
Windows 7 Pro (32bit)
Microsoft Visual Studio 2017 Community
Sublime Text 2

@gushwellさんのコードを参考にWPFの学習をしている。
http://gushwell.ldblog.jp/archives/52288631.html

xmlns:my="clr-namespace:WpfSample.Binding01"

という部分が気になった。

こちらの環境(VS2017)でプロジェクトを作った場合、デフォルトで生成されるXAMLコードにおいて、以下が近いものであるように思う。

xmlns:local="clr-namespace:_170604_t1600_binding_singleData"

myというプレフィックスがどういう経緯で使われるようになり、localとどう区別しているのかは未消化。

https://sakapon.wordpress.com/2010/11/14/xmlns/
などでもmyが使われている。

https://stackoverflow.com/questions/4797690/silverlight-custom-control-default-xmlns
Silverlightでのデフォルトだろうか?

1
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0