Partager via


Create Method

  Microsoft Speech Technologies Homepage

Returns a HybridDictionary object containing the SpeechControlSettingsItem controls in the specified section of the web.config file.

Markup

HybridDictionary = SpeechControlSettingsConfigurationHandler.Create ( object parent, object configContext, XmlNode section );

Parameters

  • parent
    Not used.
  • configContext
    Not used.
  • section
    The node of the web.config file to be processed.

Return Value

A HybridDictionary object containing the SpeechControlSettingsItem controls in the specified section of the web.config file.

Remarks

For more information about the HybridDictionary object, see HybridDictionary Class.

This method supports the Dialog Speech Controls infrastructure and is not intended to be used in application code.

See Also

SpeechControlSettingsConfigurationHandler Class | SpeechControlSettingsConfigurationHandler Constructor | SpeechControlSettingsConfigurationHandler Members | SpeechControlSettingsConfigurationHandler Methods | SpeechControlSettingsConfigurationHandler Remarks