XmlAttribute(String, String, String, XmlDocument) コンストラクター

定義

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

名前空間の UNIFORM リソース識別子 (URI)。

doc
XmlDocument

親 XML ドキュメント。

注釈

XmlAttributeを直接インスタンス化しないでください。代わりに、CreateAttributeなどのメソッドを使用します。

適用対象