FacebookHandler.FormatScope Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.