WebPartDescriptionCollection Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
WebPartDescriptionCollection sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| WebPartDescriptionCollection() |
sınıfının boş bir yeni örneğini WebPartDescriptionCollection başlatır. |
| WebPartDescriptionCollection(ICollection) |
Bir nesne koleksiyonunu geçirerek nesnenin WebPartDescriptionCollection yeni bir ICollection örneğini WebPartDescription başlatır. |
WebPartDescriptionCollection()
sınıfının boş bir yeni örneğini WebPartDescriptionCollection başlatır.
public:
WebPartDescriptionCollection();
public WebPartDescriptionCollection();
Public Sub New ()
Açıklamalar
Oluşturucunun WebPartDescriptionCollection bu aşırı yüklemesi boş bir koleksiyon oluşturmak için kullanılabilir. Örneğin, içeri aktarılan açıklama dosyasının ImportCatalogPartnulliçeriği ise denetim boş WebPartDescriptionCollection bir nesne oluşturur.
Şunlara uygulanır
WebPartDescriptionCollection(ICollection)
Bir nesne koleksiyonunu geçirerek nesnenin WebPartDescriptionCollection yeni bir ICollection örneğini WebPartDescription başlatır.
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)
Parametreler
- webPartDescriptions
- ICollection
Katalogdaki WebPart denetimlere karşılık gelen nesne koleksiyonuWebPartDescription.
Özel durumlar
webPartDescriptions, null değeridir.
Üyesi webPartDescriptions : null
-veya-
üyesi webPartDescriptions türünde bir nesne değil WebPartDescription
-veya-
öğesinin webPartDescriptions bir üyesinin yinelenen ID özelliği vardır.
Açıklamalar
OluşturucuWebPartDescriptionCollection(ICollection), çeşitli CatalogPart denetimlerdeki yöntem uygulamaları tarafından GetAvailableWebPartDescriptions bir nesne koleksiyonu WebPartDescription oluşturmak için kullanılır.