ILanguageClient.ConfigurationSections Property

Definition

Gets the configuration section names for the language client. This may be null if the language client does not provide settings.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ConfigurationSections { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ConfigurationSections { get; }
public System.Collections.Generic.IEnumerable<string>? ConfigurationSections { get; }
member this.ConfigurationSections : seq<string>
Public ReadOnly Property ConfigurationSections As IEnumerable(Of String)

Property Value

Applies to