IgnoreSectionHandler.Create(Object, Object, XmlNode) Method

Definition

Creates a new configuration handler and adds the specified configuration object to the section-handler collection.

public:
 virtual System::Object ^ Create(System::Object ^ parent, System::Object ^ configContext, System::Xml::XmlNode ^ section);
public virtual object Create (object parent, object configContext, System.Xml.XmlNode section);
abstract member Create : obj * obj * System.Xml.XmlNode -> obj
override this.Create : obj * obj * System.Xml.XmlNode -> obj
Public Overridable Function Create (parent As Object, configContext As Object, section As XmlNode) As Object

Parameters

parent
Object

The configuration settings in a corresponding parent configuration section.

configContext
Object

The virtual path for which the configuration section handler computes configuration values. Normally this parameter is reserved and is null.

section
XmlNode

An XmlNode that contains the configuration information to be handled. Provides direct access to the XML contents of the configuration section.

Returns

The created configuration handler object.

Implements

Applies to