Documentation for: ASP.NET Ajax Version 1.0

This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.

 

 

 

 

 

 

 

CreateNewElement Method

Creates a new ConfigurationElement object.

Syntax

CSharp

protected override ConfigurationElement CreateNewElement ()

VisualBasic

Protected Overrides Function CreateNewElement As ConfigurationElement

ManagedCPlusPlus

protected:
virtual ConfigurationElement^ CreateNewElement () override

JSharp

protected ConfigurationElement CreateNewElement ()

Return Value

Return Value

A new ConfigurationElement object.

Assembly: System.Web.Extensions (Module: System.Web.Extensions)