FacebookHandler.FormatScope 方法

定义

重载

FormatScope()

设置属性的格式 Scope

FormatScope(IEnumerable<String>)

设置 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

设置属性的格式 Scope

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

返回

带格式的范围。

适用于

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

设置 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

参数

scopes
IEnumerable<String>

范围列表。

返回

带格式的范围。

适用于