FacebookHandler.FormatScope メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FormatScope() |
プロパティの書式を設定します Scope 。 |
FormatScope(IEnumerable<String>) |
OAuth スコープの一覧を書式設定します。 |
FormatScope()
プロパティの書式を設定します Scope 。
protected:
override System::String ^ FormatScope();
protected override string FormatScope ();
override this.FormatScope : unit -> string
Protected Overrides Function FormatScope () As String
戻り値
書式設定されたスコープ。
適用対象
FormatScope(IEnumerable<String>)
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>
スコープの一覧。
戻り値
書式設定されたスコープ。