ILanguageClient.ConfigurationSections 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取语言客户端的配置节名称。 如果语言客户端不提供设置,则此值可能为 null。
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ ConfigurationSections { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ConfigurationSections { get; }
member this.ConfigurationSections : seq<string>
Public ReadOnly Property ConfigurationSections As IEnumerable(Of String)