MSBuildSettingsExtensions.

WithGetItem(MSBuildSettings, string) Method

Summary

Adds a item to retrieve the value.

Syntax

public static MSBuildSettings WithGetItem(this MSBuildSettings settings, string name)

Parameters

Name Type Description
settings MSBuildSettings The settings.
name string The name of the item to retrieve the value.

Return Value

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