C# 클래스 Facebook.OpenGraph.Configuration.OpenGraphConfigurationSection

Contains information about OpenGraph.NET client applications.
상속: System.Configuration.ConfigurationSection
파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

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