DictionarySectionHandler::Create Method (Object^, Object^, XmlNode^)
.NET Framework (current version)
Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.
Assembly: System (in System.dll)
Parameters
- parent
-
Type:
System::Object^
Parent object.
- context
-
Type:
System::Object^
Configuration context object.
- section
-
Type:
System.Xml::XmlNode^
Section XML node.
The parent object parameter acts as the configuration settings in the corresponding parent configuration section. The context object parameter is the virtual path for which the configuration section handler computes configuration values. Normally this parameter is reserved and is null. The section parameter is the XmlNode that contains the configuration information to be handled. The section parameter provides direct access to the XML contents of the configuration section.
.NET Framework
Available since 1.1
Available since 1.1
Show: