DotNetMSBuildSettingsExtensions.

WithGetItem(DotNetMSBuildSettings, string) Method

Summary

Adds a item to retrieve the value.

Syntax

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

Parameters

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

Return Value

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