0
XAMLを使用している場合、これはXAMLファイルのbegginning意味と定義のxmlnsの=「」
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ei="http://schemas.microsoft.com/expression/2010/interactions"
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
で宣言する必要がありますが、私はすべてのエントリを意味しないものを見つけることができます?限り、私は彼らがVBでのC#またはインポートで使用するのと似ていますが、クラスまたは "名前空間"の定義はどこですか?
ありがとうございました!!!
'xmlns = ...'は**名前空間宣言**です。 XMLネームスペース:http://en.wikipedia.org/wiki/XML_namespace – FrustratedWithFormsDesigner
@ Frustrated:あなたはそのコメントを答えに変えてください。私はそれをアップアップします。 –
@ジョン・サンダース:完了。 – FrustratedWithFormsDesigner