FacebookHandler.FormatScope 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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
 
- 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
 
- 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>
 
范围列表。
返回
带格式的范围。