Xml::CreateControlCollection Method ()

 

Creates a new EmptyControlCollection object.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual ControlCollection^ CreateControlCollection() override

Return Value

Type: System.Web.UI::ControlCollection^

Always returns an EmptyControlCollection.

The CreateControlCollection method is used primarily by control developers extending the functionality of the Xml control.

.NET Framework
Available since 2.0
Return to top
Show: