NameValueFileSectionHandler::Create Method (Object^, Object^, XmlNode^)
Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.
Assembly: System (in System.dll)
public: virtual Object^ Create( Object^ parent, Object^ configContext, XmlNode^ section ) sealed
Parameters
- parent
-
Type:
System::Object^
The parent object.
- configContext
-
Type:
System::Object^
The configuration context object.
- section
-
Type:
System.Xml::XmlNode^
The section XML node.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | The file specified in the file attribute of section exists but cannot be loaded. - or - The name attribute of section does not match the root element of the file specified in the file attribute. |
The parent object parameter acts as the configuration settings in the corresponding parent configuration section. The configContext 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.
Available since 1.1