IgnoreSectionHandler::Create Method (Object^, Object^, XmlNode^)

 

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

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
virtual Object^ Create(
	Object^ parent,
	Object^ configContext,
	XmlNode^ section
)

Parameters

parent
Type: System::Object^

The configuration settings in a corresponding parent configuration section.

configContext
Type: System::Object^

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

section
Type: System.Xml::XmlNode^

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

Return Value

Type: System::Object^

The created configuration handler object.

.NET Framework
Available since 1.1
Return to top
Show: