NAnt SDK Documentation - v0.85-nightly-2005-11-09

VcConfigurationBase.GetToolArguments Method (String, VcArgumentMap, ArgGroup)

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.VSNet.VcConfigurationBase.GetToolArguments(System.String,NAnt.VSNet.VcArgumentMap,NAnt.VSNet.VcArgumentMap.ArgGroup)

[Visual Basic]
MustOverride Overloads Public Function GetToolArguments( _
   ByVal toolName As String, _
   ByVal argMap As VcArgumentMap, _
   ByVal ignoreGroup As ArgGroup _
) As Hashtable
[C#]
public abstract Hashtable GetToolArguments(
   string toolName,
   VcArgumentMap argMap,
   ArgGroup ignoreGroup
);

Parameters

toolName
Missing <param> documentation for toolName
argMap
Missing <param> documentation for argMap
ignoreGroup
Missing <param> documentation for ignoreGroup

Return Value

Missing <returns> documentation for M:NAnt.VSNet.VcConfigurationBase.GetToolArguments(System.String,NAnt.VSNet.VcArgumentMap,NAnt.VSNet.VcArgumentMap.ArgGroup)

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.VcConfigurationBase.GetToolArguments(System.String,NAnt.VSNet.VcArgumentMap,NAnt.VSNet.VcArgumentMap.ArgGroup)

See Also

VcConfigurationBase Class | NAnt.VSNet Namespace | VcConfigurationBase.GetToolArguments Overload List