다음을 통해 공유


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>

범위 목록입니다.

반환

형식이 지정된 범위입니다.

적용 대상