WebPartDescriptionCollection 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 만드는 데 사용됩니다.
추가 정보
적용 대상
.NET