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.
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.
|