NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ProjectBase.ExpandMacro Method
[This is preliminary documentation and subject to change.]
Expands the given macro.
[Visual Basic]
Overridable Protected Friend Function ExpandMacro( _
ByVal
macro As
String _
) As
String
[C#]
protected internal virtual
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.ProjectBase.ExpandMacro(System.String)
See Also
ProjectBase Class | NAnt.VSNet Namespace