RecipientInfoCollection クラス

定義

RecipientInfoCollection オブジェクトのコレクションを表す RecipientInfo クラス。 RecipientInfoCollection では、ICollection インターフェイスを実装します。

public ref class RecipientInfoCollection sealed : System::Collections::ICollection
public sealed class RecipientInfoCollection : System.Collections.ICollection
type RecipientInfoCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class RecipientInfoCollection
Implements ICollection
継承
RecipientInfoCollection
実装

注釈

このクラスにはパブリック コンストラクターがありません。そのため、パブリックにインスタンス化することはできません。 プロパティから EnvelopedCms.RecipientInfos アクセスできる読み取り専用クラスです。

プロパティ

Count

Count プロパティは、RecipientInfoCollection コレクション内のアイテム数を取得します。

IsSynchronized

IsSynchronized プロパティは、コレクションへのアクセスを同期させて、スレッド セーフにするかどうかを示します。 このプロパティは常に、コレクションがスレッド セーフではないことを意味する false を返します。

Item[Int32]

Item[Int32] プロパティは、コレクション内の指定したインデックス位置の RecipientInfo オブジェクトを取得します。

SyncRoot

SyncRoot プロパティは、Object コレクションへのアクセスを同期化するための RecipientInfoCollection オブジェクトを取得します。

メソッド

CopyTo(Array, Int32)

CopyTo(Array, Int32) メソッドは、RecipientInfoCollection コレクションを配列にコピーします。

CopyTo(RecipientInfo[], Int32)

CopyTo(RecipientInfo[], Int32) メソッドは、RecipientInfoCollection コレクションを RecipientInfo 配列にコピーします。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetEnumerator()

GetEnumerator() メソッドは、RecipientInfoEnumerator コレクションの RecipientInfoCollection オブジェクトを返します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

ICollection.IsSynchronized

ICollection へのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。

ICollection.SyncRoot

ICollection へのアクセスを同期するために使用できるオブジェクトを取得します。

IEnumerable.GetEnumerator()

IEnumerable.GetEnumerator() メソッドは、RecipientInfoEnumerator コレクションの RecipientInfoCollection オブジェクトを返します。

拡張メソッド

Cast<TResult>(IEnumerable)

IEnumerable の要素を、指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定された型に基づいて IEnumerable の要素をフィルター処理します。

AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象