XmlAttribute(String, String, String, XmlDocument) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XmlAttribute クラスの新しいインスタンスを初期化します。
protected public:
XmlAttribute(System::String ^ prefix, System::String ^ localName, System::String ^ namespaceURI, System::Xml::XmlDocument ^ doc);
protected internal XmlAttribute (string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc);
protected internal XmlAttribute (string? prefix, string localName, string? namespaceURI, System.Xml.XmlDocument doc);
new System.Xml.XmlAttribute : string * string * string * System.Xml.XmlDocument -> System.Xml.XmlAttribute
Protected Friend Sub New (prefix As String, localName As String, namespaceURI As String, doc As XmlDocument)
パラメーター
- prefix
- String
名前空間プレフィックス。
- localName
- String
属性のローカル名。
- namespaceURI
- String
名前空間 URI (Uniform Resource Identifier)。
- doc
- XmlDocument
親 XML ドキュメント。
注釈
直接インスタンス化 XmlAttribute しないでください。代わりに、次のような CreateAttributeメソッドを使用します。