XmlnsCompatibleWithAttribute(String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XmlnsCompatibleWithAttribute クラスの新しいインスタンスを初期化します。
public:
XmlnsCompatibleWithAttribute(System::String ^ oldNamespace, System::String ^ newNamespace);
public XmlnsCompatibleWithAttribute(string oldNamespace, string newNamespace);
new System.Windows.Markup.XmlnsCompatibleWithAttribute : string * string -> System.Windows.Markup.XmlnsCompatibleWithAttribute
Public Sub New (oldNamespace As String, newNamespace As String)
パラメーター
- oldNamespace
- String
参照 XAML 名前空間の識別子。
- newNamespace
- String
包含している XAML 名前空間の識別子。
例外
oldNamespace または newNamespace が null です。