共用方式為


IOptionFormatter.Format 方法

定義

將 options 物件格式化為字串集合。

public System.Collections.Generic.IEnumerable<string> Format ();
abstract member Format : unit -> seq<string>
Public Function Format () As IEnumerable(Of String)

傳回

格式化字串值組的集合,對應 options 物件上的屬性。

適用於