다음을 통해 공유


ProviderConnectionPointCollection 클래스

정의

특정 ProviderConnectionPoint 와 연결된 모든 WebPart 개체 컬렉션 또는 연결에서 공급자 역할을 하는 서버 컨트롤을 포함합니다. 이 클래스는 상속될 수 없습니다.

public ref class ProviderConnectionPointCollection sealed : System::Collections::ReadOnlyCollectionBase
public sealed class ProviderConnectionPointCollection : System.Collections.ReadOnlyCollectionBase
type ProviderConnectionPointCollection = class
    inherit ReadOnlyCollectionBase
Public NotInheritable Class ProviderConnectionPointCollection
Inherits ReadOnlyCollectionBase
상속
ProviderConnectionPointCollection

설명

WebPart 웹 파트 연결에서 공급자 역할을 하는 또는 서버 컨트롤에는 여러 공급자 연결 지점이 있을 수 있습니다. 공급자의 한 ProviderConnectionPoint 개체는 지정된 연결의 연결 지점 역할을 하며 하나 이상의 소비자에게 전달할 기본 인터페이스 인스턴스 역할을 합니다.

클래스는 ProviderConnectionPointCollection 공급자 컨트롤과 연결된 모든 연결 지점의 컬렉션을 포함합니다. 웹 파트 컨트롤 집합의 여러 클래스는 공급자 컨트롤에서 사용할 수 있는 연결 지점을 결정해야 하며, 이 경우 일반적으로 컬렉션을 반환하는 메서드를 ProviderConnectionPointCollection 호출 GetProviderConnectionPoints 합니다.

참고

이 클래스는 클래스에서 ReadOnlyCollectionBase 상속되므로 이 컬렉션은 제네릭이 아닌 강력한 형식의 읽기 전용 컬렉션입니다. 추가 하거나 인스턴스가 만들어진 후 멤버를 제거할 수 없습니다.

생성자

ProviderConnectionPointCollection()

ProviderConnectionPointCollection 클래스의 비어 있는 새 인스턴스를 초기화합니다.

ProviderConnectionPointCollection(ICollection)

공급자 연결 지점의 지정된 컬렉션을 사용하여 ProviderConnectionPointCollection 클래스의 새 인스턴스를 초기화합니다.

속성

Count

ReadOnlyCollectionBase 인스턴스에 포함된 요소 수를 가져옵니다.

(다음에서 상속됨 ReadOnlyCollectionBase)
Default

특정 컨트롤과 연결된 공급자 연결 지점의 컬렉션에서 기본 연결 지점을 가져옵니다.

InnerList

ReadOnlyCollectionBase 인스턴스에 포함된 요소의 목록을 가져옵니다.

(다음에서 상속됨 ReadOnlyCollectionBase)
Item[Int32]

컬렉션에서의 위치를 기준으로 컬렉션의 멤버를 가져옵니다.

Item[String]

고유한 문자열 식별자를 기반으로 컬렉션의 멤버를 가져옵니다.

메서드

Contains(ProviderConnectionPoint)

특정 ProviderConnectionPoint 개체가 컬렉션에 있는지 여부를 나타내는 값을 반환합니다.

CopyTo(ProviderConnectionPoint[], Int32)

컬렉션을 ProviderConnectionPoint 개체의 배열에 복사합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

ReadOnlyCollectionBase 인스턴스를 반복하는 열거자를 반환합니다.

(다음에서 상속됨 ReadOnlyCollectionBase)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
IndexOf(ProviderConnectionPoint)

컬렉션에 있는 특정 ProviderConnectionPoint 개체의 위치를 반환합니다.

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICollection.CopyTo(Array, Int32)

대상 배열의 지정된 인덱스에서 시작하여 전체 ReadOnlyCollectionBase을 호환되는 1차원 Array에 복사합니다.

(다음에서 상속됨 ReadOnlyCollectionBase)
ICollection.IsSynchronized

ReadOnlyCollectionBase 개체에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ReadOnlyCollectionBase)
ICollection.SyncRoot

ReadOnlyCollectionBase 개체에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

(다음에서 상속됨 ReadOnlyCollectionBase)

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상

추가 정보