Udostępnij za pośrednictwem


FacebookHandler.FormatScope Metoda

Definicja

Przeciążenia

FormatScope()

Sformatuj Scope właściwość .

FormatScope(IEnumerable<String>)

Formatowanie listy zakresów OAuth.

FormatScope()

Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs

Sformatuj Scope właściwość .

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

Zwraca

Sformatowane zakresy.

Dotyczy

FormatScope(IEnumerable<String>)

Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs
Źródło:
FacebookHandler.cs

Formatowanie listy zakresów 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

Parametry

scopes
IEnumerable<String>

Lista zakresów.

Zwraca

Sformatowane zakresy.

Dotyczy