Freigeben über


SingleTagSectionHandler.Create-Methode

Diese Methode unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Wird intern verwendet, um eine neue Instanz dieses Objekts zu erstellen.

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

Syntax

'Declaration
Public Overridable Function Create ( _
    parent As Object, _
    context As Object, _
    section As XmlNode _
) As Object
'Usage
Dim instance As SingleTagSectionHandler
Dim parent As Object
Dim context As Object
Dim section As XmlNode
Dim returnValue As Object

returnValue = instance.Create(parent, context, section)
public virtual Object Create (
    Object parent,
    Object context,
    XmlNode section
)
public:
virtual Object^ Create (
    Object^ parent, 
    Object^ context, 
    XmlNode^ section
)
public Object Create (
    Object parent, 
    Object context, 
    XmlNode section
)
public function Create (
    parent : Object, 
    context : Object, 
    section : XmlNode
) : Object

Parameter

  • parent
    Das übergeordnete Objekt dieses Objekts.
  • context
    Der Kontext dieses Objekts.
  • section
    Das XmlNode-Objekt in der Konfiguration.

Rückgabewert

Der erstellte Objekthandler.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

SingleTagSectionHandler-Klasse
SingleTagSectionHandler-Member
System.Configuration-Namespace