NAnt SDK Documentation - v0.92

VcProject.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 or a null reference (Nothing in Visual Basic) if the macro is not supported.

See Also

VcProject Class | NAnt.VSNet Namespace