MSBuildSettingsExtensions.

SetDetailedSummary(MSBuildSettings, bool) Method

Summary

Sets whether or not detailed summary should be enabled.

Syntax

public static MSBuildSettings SetDetailedSummary(this MSBuildSettings settings, bool detailedSummary)

Parameters

Name Type Description
settings MSBuildSettings The settings.
detailedSummary bool true if detailed summary should be enabled; otherwise false.

Return Value

Type Description
MSBuildSettings The same MSBuildSettings instance so that multiple calls can be chained.