XmlnsDefinitionAttribute(String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい XmlnsDefinitionAttributeを作成します。
public:
XmlnsDefinitionAttribute(System::String ^ xmlNamespace, System::String ^ target);
public:
XmlnsDefinitionAttribute(System::String ^ xmlNamespace, System::String ^ clrNamespace);
public XmlnsDefinitionAttribute(string xmlNamespace, string target);
public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace);
new Microsoft.Maui.Controls.XmlnsDefinitionAttribute : string * string -> Microsoft.Maui.Controls.XmlnsDefinitionAttribute
new Microsoft.Maui.Controls.XmlnsDefinitionAttribute : string * string -> Microsoft.Maui.Controls.XmlnsDefinitionAttribute
Public Sub New (xmlNamespace As String, target As String)
Public Sub New (xmlNamespace As String, clrNamespace As String)
パラメーター
- xmlNamespace
- String
XML 名前空間。
- targetclrNamespace
- String
ターゲット CLR 名前空間または xmlns。