OpenXmlAttribute-Member
Geschützte Member einschließen
Geerbte Member einschließen
OpenXmlAttribute - xml attribute
Vom OpenXmlAttribute-Typ werden die folgenden Member offengelegt.
Konstruktoren
Name | Beschreibung | |
---|---|---|
OpenXmlAttribute(String, String, String) | OpenXmlAttribute constructor | |
OpenXmlAttribute(String, String, String, String) | OpenXmlAttribute constructor |
Nach oben
Eigenschaften
Name | Beschreibung | |
---|---|---|
LocalName | Gets or sets the local name of the attribute. | |
NamespaceUri | Gets or sets the namespace URI of this attribute. | |
Prefix | Gets or sets the namespace prefix of this attribute. | |
Value | Gets or sets the text value of the attribute. | |
XmlQualifiedName | When overridden in a derived class, gets the qualified name of the attribute. |
Nach oben
Methoden
Name | Beschreibung | |
---|---|---|
Equals(Object) | Determines whether the specified Object is a OpenXmlAttribute structure and if so, whether the specified Object are equal to this OpenXmlAttribute structure. (Setzt ValueType.Equals(Object) außer Kraft.) | |
Equals(OpenXmlAttribute) | Compares two OpenXmlAttribute structures for equality. | |
Finalize | (Geerbt von Object.) | |
GetHashCode | Gets a hash code for this OpenXmlAttribute structure. (Setzt ValueType.GetHashCode() außer Kraft.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von ValueType.) |
Nach oben
Operatoren
Name | Beschreibung | |
---|---|---|
Equality | Compares two OpenXmlAttribute structures for equality. | |
Inequality | Compares two OpenXmlAttribute structures for inequality. |
Nach oben