This documentation is archived and is not being maintained.
IConfigurationSummary::CompilationSummaries Property
Visual Studio 2013
Note: This API is now obsolete.
Gets the top-level compilation summaries that are associated with this configuration.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", false)] property List<ICompilationSummary^>^ CompilationSummaries { List<ICompilationSummary^>^ get (); }
Property Value
Type: System.Collections.Generic::List<ICompilationSummary>The top-level compilation summaries that are associated with this configuration.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: