다음을 통해 공유


WebPartDescriptionCollection 생성자

정의

WebPartDescriptionCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

WebPartDescriptionCollection()

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

WebPartDescriptionCollection(ICollection)

WebPartDescriptionCollection 개체의 ICollection 컬렉션을 전달하여 WebPartDescription 개체의 새 인스턴스를 초기화합니다.

WebPartDescriptionCollection()

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

public:
 WebPartDescriptionCollection();
public WebPartDescriptionCollection ();
Public Sub New ()

설명

생성자의 이 오버로드는 WebPartDescriptionCollection 빈 컬렉션을 만드는 데 사용할 수 있습니다. 예를 들어 가져온 설명 파일null의 콘텐츠가 ImportCatalogPart 인 경우 컨트롤은 빈 WebPartDescriptionCollection 개체를 만듭니다.

적용 대상

WebPartDescriptionCollection(ICollection)

WebPartDescriptionCollection 개체의 ICollection 컬렉션을 전달하여 WebPartDescription 개체의 새 인스턴스를 초기화합니다.

public:
 WebPartDescriptionCollection(System::Collections::ICollection ^ webPartDescriptions);
public WebPartDescriptionCollection (System.Collections.ICollection webPartDescriptions);
new System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection : System.Collections.ICollection -> System.Web.UI.WebControls.WebParts.WebPartDescriptionCollection
Public Sub New (webPartDescriptions As ICollection)

매개 변수

webPartDescriptions
ICollection

카탈로그의 WebPartDescription 컨트롤에 해당하는 WebPart 개체의 컬렉션입니다.

예외

webPartDescriptions이(가) null인 경우

webPartDescriptions의 멤버가 null인 경우

또는

webPartDescriptions의 멤버가 WebPartDescription 형식의 개체가 아닌 경우

또는

webPartDescriptions 멤버에 중복 ID 속성이 있습니다.

설명

WebPartDescriptionCollection(ICollection) 생성자는 다양한 CatalogPart 컨트롤 내의 GetAvailableWebPartDescriptions 메서드 구현에서 개체 컬렉션을 WebPartDescription 만드는 데 사용됩니다.

추가 정보

적용 대상