C# Класс Facebook.OpenGraph.Configuration.OpenGraphConfigurationSection

Contains information about OpenGraph.NET client applications.
Наследование: System.Configuration.ConfigurationSection
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

RegisterApplication() публичный Метод

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.
Результат void