Partager via


FacebookHandler.FormatScope Méthode

Définition

Surcharges

FormatScope()

Mettez en forme la Scope propriété.

FormatScope(IEnumerable<String>)

Mettre en forme une liste d’étendues OAuth.

FormatScope()

Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs

Mettez en forme la Scope propriété.

protected:
 override System::String ^ FormatScope();
protected override string FormatScope ();
override this.FormatScope : unit -> string
Protected Overrides Function FormatScope () As String

Retours

Étendues mises en forme.

S’applique à

FormatScope(IEnumerable<String>)

Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs
Source:
FacebookHandler.cs

Mettre en forme une liste d’étendues OAuth.

protected:
 override System::String ^ FormatScope(System::Collections::Generic::IEnumerable<System::String ^> ^ scopes);
protected override string FormatScope (System.Collections.Generic.IEnumerable<string> scopes);
override this.FormatScope : seq<string> -> string
Protected Overrides Function FormatScope (scopes As IEnumerable(Of String)) As String

Paramètres

scopes
IEnumerable<String>

Liste des étendues.

Retours

Étendues mises en forme.

S’applique à