RecipientInfoCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 속성은 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 검색합니다. 이 속성은 항상 |
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) |
IEnumerable을 IQueryable로 변환합니다. |