ILanguageClient.ConfigurationSections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)