OptionSet 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class OptionSet abstract
public abstract class OptionSet
type OptionSet = class
Public MustInherit Class OptionSet
- 繼承
-
OptionSet
- 衍生
建構函式
OptionSet() |
方法
GetOption(OptionKey) |
取得選項的值,如果未設定,則為預設值。 |
GetOption<T>(Option<T>) |
取得選項的值,如果未設定,則為預設值。 |
GetOption<T>(OptionKey) |
取得選項的值,如果未設定,則為預設值。 |
GetOption<T>(PerLanguageOption<T>, String) |
取得選項的值,如果未設定,則為預設值。 |
WithChangedOption(OptionKey, Object) |
建立新的 OptionSet ,其中包含已變更的值。 |
WithChangedOption<T>(Option<T>, T) |
建立新的 OptionSet ,其中包含已變更的值。 |
WithChangedOption<T>(PerLanguageOption<T>, String, T) |
建立新的 OptionSet ,其中包含已變更的值。 |