NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
PathSet.AddPathElement Method
[This is preliminary documentation and subject to change.]
Defines a path element to add to the current path.
[Visual Basic]
<BuildElement(Name:="pathelement", Required:=False, ProcessXml:=True)>
Public Sub AddPathElement( _
ByVal
pathElement As
PathElement _
)
[C#]
[BuildElement(Name="pathelement", Required=False, ProcessXml=True)]
public
void AddPathElement(
PathElement pathElement);
Parameters
-
pathElement
- The PathElement to add.
Remarks
Missing <remarks> documentation for M:NAnt.Core.Types.PathSet.AddPathElement(NAnt.Core.Types.PathElement)
See Also
PathSet Class | NAnt.Core.Types Namespace