SafeControlsConfigurationHandler.Create - Méthode

Espace de noms :  Microsoft.SharePoint.ApplicationRuntime
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function Create ( _
    parent As Object, _
    configContext As Object, _
    section As XmlNode _
) As Object
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : System.Object

Implémentations

IConfigurationSectionHandler.Create(Object, Object, XmlNode)

Voir aussi

Référence

SafeControlsConfigurationHandler classe

SafeControlsConfigurationHandler - Membres

Microsoft.SharePoint.ApplicationRuntime - Espace de noms