Share via


DocumentOptionSet.GetOption Method

Definition

Overloads

GetOption(OptionKey)
GetOption<T>(PerLanguageOption<T>)

GetOption(OptionKey)

Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
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

Parameters

optionKey
OptionKey

Returns

Applies to

GetOption<T>(PerLanguageOption<T>)

Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
DocumentOptionSet.cs
Source:
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

Type Parameters

T

Parameters

Returns

T

Applies to