FacebookHandler.FormatScope Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
FormatScope() |
Formattare la Scope proprietà. |
FormatScope(IEnumerable<String>) |
Formattare un elenco di ambiti OAuth. |
FormatScope()
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
Formattare la Scope proprietà.
protected:
override System::String ^ FormatScope();
protected override string FormatScope ();
override this.FormatScope : unit -> string
Protected Overrides Function FormatScope () As String
Restituisce
Ambiti formattati.
Si applica a
FormatScope(IEnumerable<String>)
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
- Origine:
- FacebookHandler.cs
Formattare un elenco di ambiti 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
Parametri
- scopes
- IEnumerable<String>
Elenco di ambiti.
Restituisce
Ambiti formattati.