NAnt SDK Documentation - v0.92

VcConfigurationBase.ExpandMacro Method 

Expands the given macro.

[Visual Basic]
Overrides Protected Friend Function ExpandMacro( _
   ByVal macro As String _
) As String
[C#]
protected internal override string ExpandMacro(
   string macro
);

Parameters

macro
The macro to expand.

Return Value

The expanded macro.

Exceptions

Exception Type Condition
BuildException

The macro is not supported.

-or-

The macro is not implemented.

-or-

The macro cannot be expanded.

See Also

VcConfigurationBase Class | NAnt.VSNet Namespace