OpenXmlAttribute Members

Include Protected Members
Include Inherited Members

OpenXmlAttribute - xml attribute

The OpenXmlAttribute type exposes the following members.

Constructors

  Name Description
Public method OpenXmlAttribute(String, String, String) OpenXmlAttribute constructor
Public method OpenXmlAttribute(String, String, String, String) OpenXmlAttribute constructor

Top

Properties

  Name Description
Public property LocalName Gets or sets the local name of the attribute.
Public property NamespaceUri Gets or sets the namespace URI of this attribute.
Public property Prefix Gets or sets the namespace prefix of this attribute.
Public property Value Gets or sets the text value of the attribute.
Public property XmlQualifiedName When overridden in a derived class, gets the qualified name of the attribute.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is a OpenXmlAttribute structure and if so, whether the specified Object are equal to this OpenXmlAttribute structure. (Overrides ValueType.Equals(Object).)
Public method Equals(OpenXmlAttribute) Compares two OpenXmlAttribute structures for equality.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Gets a hash code for this OpenXmlAttribute structure. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Compares two OpenXmlAttribute structures for equality.
Public operatorStatic member Inequality Compares two OpenXmlAttribute structures for inequality.

Top

See Also

Reference

OpenXmlAttribute Structure

DocumentFormat.OpenXml Namespace