IOptionFormatterResolver<T> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IOptionFormatterResolver 解析特定具名選項的特定 OptionFormatter
public interface IOptionFormatterResolver<T>
type IOptionFormatterResolver<'T> = interface
Public Interface IOptionFormatterResolver(Of T)
類型參數
- T
選項類型。
- 衍生
方法
Resolve(String) |
使用指定的選項名稱解析指定之選項類型的選項格式器。 |