Freigeben über


OptionSet.GetOption Methode

Definition

Überlädt

GetOption(OptionKey)

Ruft den Wert der Option oder den Standardwert ab, wenn er nicht anderweitig festgelegt ist.

GetOption<T>(Option<T>)

Ruft den Wert der Option oder den Standardwert ab, wenn er nicht anderweitig festgelegt ist.

GetOption<T>(OptionKey)

Ruft den Wert der Option oder den Standardwert ab, wenn er nicht anderweitig festgelegt ist.

GetOption<T>(PerLanguageOption<T>, String)

Ruft den Wert der Option oder den Standardwert ab, wenn er nicht anderweitig festgelegt ist.

GetOption(OptionKey)

Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs

Ruft den Wert der Option oder den Standardwert ab, wenn er nicht anderweitig festgelegt ist.

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

Parameter

optionKey
OptionKey

Gibt zurück

Gilt für:

GetOption<T>(Option<T>)

Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs

Ruft den Wert der Option oder den Standardwert ab, wenn er nicht anderweitig festgelegt ist.

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

Typparameter

T

Parameter

option
Option<T>

Gibt zurück

T

Gilt für:

GetOption<T>(OptionKey)

Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs

Ruft den Wert der Option oder den Standardwert ab, wenn er nicht anderweitig festgelegt ist.

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

Typparameter

T

Parameter

optionKey
OptionKey

Gibt zurück

T

Gilt für:

GetOption<T>(PerLanguageOption<T>, String)

Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs
Quelle:
OptionSet.cs

Ruft den Wert der Option oder den Standardwert ab, wenn er nicht anderweitig festgelegt ist.

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

Typparameter

T

Parameter

language
String

Gibt zurück

T

Gilt für: