TreeView.CreateControlCollection Yöntem

Tanım

Alt denetimleri depolamak için bir koleksiyon oluşturur.

protected:
 override System::Web::UI::ControlCollection ^ CreateControlCollection();
protected override System.Web.UI.ControlCollection CreateControlCollection ();
override this.CreateControlCollection : unit -> System.Web.UI.ControlCollection
Protected Overrides Function CreateControlCollection () As ControlCollection

Döndürülenler

ControlCollection

Her zaman bir EmptyControlCollectiondöndürür.

Açıklamalar

Denetim, TreeView alt denetimlerin eklemeyi desteklemez. Alt denetimlerin eklenmesini önlemek için bu yöntem geçersiz kılındı ve her zaman bir System.Web.UI.EmptyControlCollection nesne döndürür.

Şunlara uygulanır

Ayrıca bkz.