NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IConfigurationSectionHandler.Create

Adds the specified property binding to the collection.

[Visual Basic]
Function Create( _
   ByVal parent As Object, _
   ByVal input() As ConfigurationInput, _
   ByVal path As String _
) As Object
[C#]
object Create(
   object parent,
   ConfigurationInput[] input,
   string path
);
[C++]
Object* Create(
   Object* parent,
   ConfigurationInput* input[],
   String* path
) = 0;
[JScript]
function Create(
   parent : Object,
   input : ConfigurationInput[],
   path : String
) : Object;

Parameters

parent
Reference to the "default" value provided by the parent IConfigurationSectionHandler.
input
[To be supplied.]
path
[To be supplied.]

See Also

IConfigurationSectionHandler Interface | IConfigurationSectionHandler Members | System.Web.Configuration Namespace