Compartir a través de


FacebookHandler.FormatScope Método

Definición

Sobrecargas

FormatScope()

Dé formato a la Scope propiedad .

FormatScope(IEnumerable<String>)

Dar formato a una lista de ámbitos de 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

Dé formato a la Scope propiedad .

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

Devoluciones

Ámbitos con formato.

Se aplica a

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

Dar formato a una lista de ámbitos de 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

Parámetros

scopes
IEnumerable<String>

Lista de ámbitos.

Devoluciones

Ámbitos con formato.

Se aplica a