Property | Type | Description |
---|
Method | Description | |
---|---|---|
RegisterApplication ( ApplicationConfigurationElement element ) : void |
Adds the specified ApplicationConfigurationElement to the configuration tree. This method is only available in Silverlight builds. The intent is to use configuration sections where they are available in full .NET releases, but to provide compatibility for Silverlight using the same internal framework. |
public RegisterApplication ( ApplicationConfigurationElement element ) : void | ||
element | ApplicationConfigurationElement | The element to add. |
return | void |