IgnoreSectionHandler::Create Method (Object^, Object^, XmlNode^)
.NET Framework (current version)
Creates a new configuration handler and adds the specified configuration object to the section-handler collection.
Assembly: System (in System.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: