VcConfigurationBase.

GetToolSetting(string, string) Method

Summary

Gets the value of a given setting for a specified tool.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
VcConfigurationBase

Syntax

public string GetToolSetting(string toolName, string settingName)

Remarks

An empty setting value, which is used as a means to override the project default, will be returned as a empty string.

Parameters

Name Type Description
toolName string The name of the tool.
settingName string The name of the setting.

Return Value

Type Description
string The value of a setting for the specified tool, or null if the setting is not defined for the specified tool.