HelpBuilder.CustomizeSymbol 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定特定符號的自定義說明詳細數據。
public void CustomizeSymbol (System.CommandLine.Symbol symbol, Func<System.CommandLine.Help.HelpContext,string?>? firstColumnText = default, Func<System.CommandLine.Help.HelpContext,string?>? secondColumnText = default, Func<System.CommandLine.Help.HelpContext,string?>? defaultValue = default);
member this.CustomizeSymbol : System.CommandLine.Symbol * Func<System.CommandLine.Help.HelpContext, string> * Func<System.CommandLine.Help.HelpContext, string> * Func<System.CommandLine.Help.HelpContext, string> -> unit
Public Sub CustomizeSymbol (symbol As Symbol, Optional firstColumnText As Func(Of HelpContext, String) = Nothing, Optional secondColumnText As Func(Of HelpContext, String) = Nothing, Optional defaultValue As Func(Of HelpContext, String) = Nothing)
參數
- symbol
- Symbol
指定要為其指定自訂說明詳細數據的符號。
- firstColumnText
- Func<HelpContext,String>
顯示第一個說明數據行的委派 (通常會) 名稱和使用方式資訊。
- secondColumnText
- Func<HelpContext,String>
顯示第二個說明數據行的委派 (通常是描述) 。
- defaultValue
- Func<HelpContext,String>
表示符號預設值的委派。