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

VcProject.ExpandMacro Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.VcProject.ExpandMacro(System.String)

See Also

VcProject Class | NAnt.VSNet Namespace