次の方法で共有


OpenXmlAttribute 構造体

定義

Open XML 属性を表します。

public struct OpenXmlAttribute : IEquatable<DocumentFormat.OpenXml.OpenXmlAttribute>
public readonly struct OpenXmlAttribute : IEquatable<DocumentFormat.OpenXml.OpenXmlAttribute>
type OpenXmlAttribute = struct
Public Structure OpenXmlAttribute
Implements IEquatable(Of OpenXmlAttribute)
継承
OpenXmlAttribute
実装

コンストラクター

OpenXmlAttribute(String, String, String)

指定された修飾名、名前空間 URI、およびテキスト値を使用して、OpenXmlAttribute 構造体の新しいインスタンスを初期化します。

OpenXmlAttribute(String, String, String, String)

指定された名前空間プレフィックス、ローカル名、名前空間 URI、およびテキスト値を使用して、OpenXmlAttribute 構造体の新しいインスタンスを初期化します。

プロパティ

LocalName
古い.

属性のローカル名を取得します。

NamespaceUri
古い.

現在の属性の名前空間 URI を取得します。

Prefix
古い.

現在の属性の名前空間プレフィックスを取得します。

Value
古い.

属性のテキスト値を取得します。

XmlQualifiedName

属性の修飾名を取得します。

XName

現在の属性の修飾名を取得します。

メソッド

Equals(Object)

指定した Object が OpenXmlAttribute 構造体であるかどうかを判断し、その場合は OpenXmlAttribute 構造体のこのインスタンスと等しいかどうかを示します。

Equals(OpenXmlAttribute)

OpenXmlAttribute 構造体のこのインスタンスが、OpenXmlAttribute 構造体の指定されたインスタンスと等しいかどうかを判断します。

GetHashCode()

OpenXmlAttribute 構造体のこのインスタンスのハッシュ コードを取得します。

演算子

Equality(OpenXmlAttribute, OpenXmlAttribute)

OpenXmlAttribute 構造体の 2 つのインスタンスが等しいかどうかを判断します。

Inequality(OpenXmlAttribute, OpenXmlAttribute)

OpenXmlAttribute 構造体の 2 つのインスタンスが等しくないかどうかを判断します。

適用対象