SingleTagSectionHandler.Create(Object, Object, XmlNode) Method

Definition

Used internally to create a new instance of this object.

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

public:
 virtual System::Object ^ Create(System::Object ^ parent, System::Object ^ context, System::Xml::XmlNode ^ section);
public virtual object Create (object parent, object context, System.Xml.XmlNode section);
abstract member Create : obj * obj * System.Xml.XmlNode -> obj
override this.Create : obj * obj * System.Xml.XmlNode -> obj
Public Overridable Function Create (parent As Object, context As Object, section As XmlNode) As Object

Parameters

parent
Object

The parent of this object.

context
Object

The context of this object.

section
XmlNode

The XmlNode object in the configuration.

Returns

The created object handler.

Implements

Applies to