AggregateClauseSyntax.AddAdditionalQueryOperators(QueryClauseSyntax[]) Method
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.
public:
Microsoft::CodeAnalysis::VisualBasic::Syntax::AggregateClauseSyntax ^ AddAdditionalQueryOperators(... cli::array <Microsoft::CodeAnalysis::VisualBasic::Syntax::QueryClauseSyntax ^> ^ items);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.AggregateClauseSyntax AddAdditionalQueryOperators (params Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryClauseSyntax[] items);
member this.AddAdditionalQueryOperators : Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryClauseSyntax[] -> Microsoft.CodeAnalysis.VisualBasic.Syntax.AggregateClauseSyntax
Public Function AddAdditionalQueryOperators (ParamArray items As QueryClauseSyntax()) As AggregateClauseSyntax
Parameters
- items
- QueryClauseSyntax[]
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.