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

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally to create a new instance of this object.

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

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

Parameters

parent
Type: System::Object^

The parent of this object.

context
Type: System::Object^

The context of this object.

section
Type: System.Xml::XmlNode^

The XmlNode object in the configuration.

Return Value

Type: System::Object^

The created object handler.

.NET Framework
Available since 1.1
Return to top
Show: