Summary
Gets the value of a given setting for a specified tool.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Vc
Project Configuration
Syntax
public override string GetToolSetting(string toolName, string settingName, string defaultValue)
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. |
defaultValue | string | The value to return if setting is not defined. |
Return Value
Type | Description |
---|---|
string | The value of a setting for the specified tool, or defaultValue if the setting is not defined for the specified tool. |