NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
PropertyDictionary.ExpandProperties Method
[This is preliminary documentation and subject to change.]
Expands a String from known properties.
[Visual Basic]
Public Function ExpandProperties( _
ByVal
input As
String, _
ByVal
location As
Location _
) As
String
Parameters
-
input
- The replacement tokens.
-
location
- The Location to pass through for any exceptions.
Return Value
The expanded and replaced string.
Remarks
Missing <remarks> documentation for M:NAnt.Core.PropertyDictionary.ExpandProperties(System.String,NAnt.Core.Location)
See Also
PropertyDictionary Class | NAnt.Core Namespace