次の方法で共有


IdPartPair クラス

定義

(RelationshipId、OpenXmlPart) のペアを表します。

public class IdPartPair
public class IdPartPair : IEquatable<DocumentFormat.OpenXml.Packaging.IdPartPair>
public readonly struct IdPartPair : IEquatable<DocumentFormat.OpenXml.Packaging.IdPartPair>
type IdPartPair = class
type IdPartPair = class
    interface IEquatable<IdPartPair>
type IdPartPair = struct
Public Class IdPartPair
Public Class IdPartPair
Implements IEquatable(Of IdPartPair)
Public Structure IdPartPair
Implements IEquatable(Of IdPartPair)
継承
IdPartPair
継承
IdPartPair
実装

コンストラクター

IdPartPair(String, OpenXmlPart)

指定した ID とパーツを使用して、IdPartPair の新しいインスタンスを初期化します。

プロパティ

OpenXmlPart
古い.

ペアの OpenXmlPart を取得します。

RelationshipId
古い.

ペアのリレーションシップ ID を取得します。

メソッド

Equals(IdPartPair)

このインスタンスと別の指定された IdPartPair オブジェクトの値が同じかどうかを判断します。

Equals(Object)

(RelationshipId、OpenXmlPart) のペアを表します。

GetHashCode()

(RelationshipId、OpenXmlPart) のペアを表します。

演算子

Equality(IdPartPair, IdPartPair)

(RelationshipId、OpenXmlPart) のペアを表します。

Inequality(IdPartPair, IdPartPair)

(RelationshipId、OpenXmlPart) のペアを表します。

適用対象