OptionSet.GetOption 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetOption(OptionKey) |
取得選項的值,如果未設定,則為預設值。 |
GetOption<T>(Option<T>) |
取得選項的值,如果未設定,則為預設值。 |
GetOption<T>(OptionKey) |
取得選項的值,如果未設定,則為預設值。 |
GetOption<T>(PerLanguageOption<T>, String) |
取得選項的值,如果未設定,則為預設值。 |
GetOption(OptionKey)
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
取得選項的值,如果未設定,則為預設值。
public:
abstract System::Object ^ GetOption(Microsoft::CodeAnalysis::Options::OptionKey optionKey);
public abstract object GetOption (Microsoft.CodeAnalysis.Options.OptionKey optionKey);
public object? GetOption (Microsoft.CodeAnalysis.Options.OptionKey optionKey);
public abstract object? GetOption (Microsoft.CodeAnalysis.Options.OptionKey optionKey);
abstract member GetOption : Microsoft.CodeAnalysis.Options.OptionKey -> obj
member this.GetOption : Microsoft.CodeAnalysis.Options.OptionKey -> obj
Public MustOverride Function GetOption (optionKey As OptionKey) As Object
Public Function GetOption (optionKey As OptionKey) As Object
參數
- optionKey
- OptionKey
傳回
適用於
GetOption<T>(Option<T>)
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
取得選項的值,如果未設定,則為預設值。
public:
generic <typename T>
T GetOption(Microsoft::CodeAnalysis::Options::Option<T> ^ option);
public T GetOption<T> (Microsoft.CodeAnalysis.Options.Option<T> option);
member this.GetOption : Microsoft.CodeAnalysis.Options.Option<'T> -> 'T
Public Function GetOption(Of T) (option As Option(Of T)) As T
類型參數
- T
參數
- option
- Option<T>
傳回
T
適用於
GetOption<T>(OptionKey)
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
取得選項的值,如果未設定,則為預設值。
public T GetOption<T> (Microsoft.CodeAnalysis.Options.OptionKey optionKey);
member this.GetOption : Microsoft.CodeAnalysis.Options.OptionKey -> 'T
Public Function GetOption(Of T) (optionKey As OptionKey) As T
類型參數
- T
參數
- optionKey
- OptionKey
傳回
T
適用於
GetOption<T>(PerLanguageOption<T>, String)
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
- Source:
- OptionSet.cs
取得選項的值,如果未設定,則為預設值。
public:
generic <typename T>
T GetOption(Microsoft::CodeAnalysis::Options::PerLanguageOption<T> ^ option, System::String ^ language);
public T GetOption<T> (Microsoft.CodeAnalysis.Options.PerLanguageOption<T> option, string language);
public T GetOption<T> (Microsoft.CodeAnalysis.Options.PerLanguageOption<T> option, string? language);
member this.GetOption : Microsoft.CodeAnalysis.Options.PerLanguageOption<'T> * string -> 'T
Public Function GetOption(Of T) (option As PerLanguageOption(Of T), language As String) As T
類型參數
- T
參數
- option
- PerLanguageOption<T>
- language
- String
傳回
T