C# Class Facebook.OpenGraph.Configuration.OpenGraphConfigurationSection

Contains information about OpenGraph.NET client applications.
Inheritance: System.Configuration.ConfigurationSection
Afficher le fichier Open project: prabirshrestha/opengraph.net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Method Details

RegisterApplication() public méthode

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.
Résultat void