RecipientInfoCollection Classe

Définition

La classe RecipientInfoCollection représente une collection d'objets RecipientInfo. RecipientInfoCollection implémente l'interface 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
Héritage
RecipientInfoCollection
Implémente

Remarques

Cette classe n’a pas de constructeur public ; par conséquent, il ne peut pas être instancié publiquement. Il s’agit d’une classe en lecture seule accessible à partir de la EnvelopedCms.RecipientInfos propriété .

Propriétés

Count

La propriété Count récupère le nombre d'éléments de la collection RecipientInfoCollection.

IsSynchronized

La propriété IsSynchronized récupère une valeur indiquant si l'accès à la collection est synchronisé, ou thread-safe. Cette propriété retourne toujours false, ce qui signifie que la collection n'est pas thread-safe.

Item[Int32]

La propriété Item[Int32] récupère l'objet RecipientInfo à l'index spécifié de la collection.

SyncRoot

La propriété SyncRoot récupère un objet Object utilisé pour synchroniser l'accès à la collection RecipientInfoCollection.

Méthodes

CopyTo(Array, Int32)

La méthode CopyTo(Array, Int32) copie la collection RecipientInfoCollection dans un tableau.

CopyTo(RecipientInfo[], Int32)

La méthode CopyTo(RecipientInfo[], Int32) copie la collection RecipientInfoCollection dans un tableau RecipientInfo.

Equals(Object)

Détermine si l'objet spécifié est égal à l'objet actuel.

(Hérité de Object)
GetEnumerator()

La méthode GetEnumerator() retourne un objet RecipientInfoEnumerator pour la collection RecipientInfoCollection.

GetHashCode()

Fait office de fonction de hachage par défaut.

(Hérité de Object)
GetType()

Obtient le Type de l'instance actuelle.

(Hérité de Object)
MemberwiseClone()

Crée une copie superficielle du Object actuel.

(Hérité de Object)
ToString()

Retourne une chaîne qui représente l'objet actuel.

(Hérité de Object)

Implémentations d’interfaces explicites

ICollection.IsSynchronized

Obtient une valeur indiquant si l’accès à ICollection est synchronisé (thread-safe).

ICollection.SyncRoot

Obtient un objet qui peut être utilisé pour synchroniser l’accès à ICollection.

IEnumerable.GetEnumerator()

La méthode IEnumerable.GetEnumerator() retourne un objet RecipientInfoEnumerator pour la collection RecipientInfoCollection.

Méthodes d’extension

Cast<TResult>(IEnumerable)

Effectue un cast des éléments d'un IEnumerable vers le type spécifié.

OfType<TResult>(IEnumerable)

Filtre les éléments d'un IEnumerable en fonction du type spécifié.

AsParallel(IEnumerable)

Active la parallélisation d'une requête.

AsQueryable(IEnumerable)

Convertit un IEnumerable en IQueryable.

S’applique à