SafeControlsConfigurationHandler.Create Method

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

Namespace:  Microsoft.SharePoint.ApplicationRuntime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Function Create ( _
    parent As Object, _
    configContext As Object, _
    section As XmlNode _
) As Object

Dim instance As SafeControlsConfigurationHandler
Dim parent As Object
Dim configContext As Object
Dim section As XmlNode
Dim returnValue As Object

returnValue = instance.Create(parent, _
    configContext, section)
public Object Create(
    Object parent,
    Object configContext,
    XmlNode section
)

Parameters

Return Value

Type: System.Object

Implements

IConfigurationSectionHandler.Create(Object, Object, XmlNode)

See Also

Reference

SafeControlsConfigurationHandler Class

SafeControlsConfigurationHandler Members

Microsoft.SharePoint.ApplicationRuntime Namespace