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

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

Remarks

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

Exceptions

Exception Type Condition
BuildException

The macro is not supported.

-or-

The macro is not implemented.

-or-

The macro cannot be expanded.

See Also

VcFileConfiguration Class | NAnt.VSNet Namespace