VcArgumentMap.

GetArgument(string, string, VcArgumentMap.ArgGroup) Method

Summary

Gets the argument string corresponding with a configuration property named propName with value propValue. An ignore mask can be used to eliminate some arguments from the search.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
VcArgumentMap

Syntax

public string GetArgument(string propName, string propValue, VcArgumentMap.ArgGroup useIgnoreGroup)

Parameters

Name Type Description
propName string The name of the configuration property.
propValue string The value of the configuration property.
useIgnoreGroup VcArgumentMap.ArgGroup Specify any groups that needs to be ignored.

Return Value

Type Description
string The argument string corresponding with a configuration property named propName with value propValue, or null if no corresponding argument exists.