DocumentOptionSet.GetOption Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetOption(OptionKey) | |
GetOption<T>(PerLanguageOption<T>) |
GetOption(OptionKey)
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
public:
override System::Object ^ GetOption(Microsoft::CodeAnalysis::Options::OptionKey optionKey);
public override object GetOption (Microsoft.CodeAnalysis.Options.OptionKey optionKey);
override this.GetOption : Microsoft.CodeAnalysis.Options.OptionKey -> obj
Public Overrides Function GetOption (optionKey As OptionKey) As Object
Parameter
- optionKey
- OptionKey
Gibt zurück
Gilt für:
GetOption<T>(PerLanguageOption<T>)
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
- Quelle:
- DocumentOptionSet.cs
public:
generic <typename T>
T GetOption(Microsoft::CodeAnalysis::Options::PerLanguageOption<T> ^ option);
public T GetOption<T> (Microsoft.CodeAnalysis.Options.PerLanguageOption<T> option);
override this.GetOption : Microsoft.CodeAnalysis.Options.PerLanguageOption<'T> -> 'T
Public Function GetOption(Of T) (option As PerLanguageOption(Of T)) As T
Typparameter
- T
Parameter
- option
- PerLanguageOption<T>
Gibt zurück
T
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.